Skip to main content

Hello I created a Schedule Triggered Flow.  And it does not run or if it did run it did not make the changes. Below are screen shots of my flow.  I am not sure where it is breaking down or how I can get it to work.  When I click on DEBUG it updated the selected or triggering record.  But the job did not run this morning as scheduled.  Can I manually run it?  

Hello I created

 

 

image.png

 

 

 

 

#Salesforce Admin  #Trailhead

12 个回答
  1. 今天,13:55

    Adding another suggestion here @Margaret Braun

     

    In the Update element, in case you are using TODAY() function for the CurrentDate value, try using $Flow.CurrentDate instead. 

    TODAY() returns the current date based on the user/org timezone context. Scheduled flows run under Automated Process User and typically use UTC timezone. 

     

    Read more on this trailhead discussion, explains the difference very well : https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000O77ybSAB 

0/9000