Skip to main content

I've created a scheduled-triggered flow in the Flow Builder that is simply attempting to change the owner of a specific opportunity.  My only filter condition is "Opp: Name" = "ABC123", and my only assignment is "{!$Record.Owner_ID__c}" = "ABC123".  When I run the debugger, it appears to succeed, however, when the scheduled job executes, it doesn't change the owner of the opportunity.  I've already confirmed that there is no validation rule being triggered.

 

I've tried various filter criteria to select the desired opp, and various other simple assignments on the opp, and while all of them succeed in the debugger, none of them are actually making the change to the opportunity.

 

Does anyone have any ideas about what could be happening?

 Thanks in advance,

Greg

14 个回答
  1. 2022年10月4日 17:48

    try adding update element and test once if possible

0/9000