Skip to main content

Hello! 

 

I would like to build a flow with the following parameters: 

When Account Liaison Working = True and Account Liaison Completed = False and it's been six days since Account Liaison Working = True send an email to User who marked Account Liaison Working = True.

 

Is this possible?

 

Thanks in advance 

 

#Flows  #Salesforce Flow

1 个回答
  1. 2024年10月22日 22:29

    Hi @Christopher Morano,

    It is possible. Steps -

    1. Trigger: When Account_Liaison_Working__c = True and Account_Liaison_Completed__c = False.
    2. Scheduled Path: Wait 6 days after Account_Liaison_Working__c is set to True.
    3. Decision: After 6 days, check if Account_Liaison_Working__c = True and Account_Liaison_Completed__c = False.
    4. Action: If both conditions are still true, send an email to the user who marked the field.
0/9000