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
1 respuesta
It is possible. Steps -
- Trigger: When Account_Liaison_Working__c = True and Account_Liaison_Completed__c = False.
- Scheduled Path: Wait 6 days after Account_Liaison_Working__c is set to True.
- Decision: After 6 days, check if Account_Liaison_Working__c = True and Account_Liaison_Completed__c = False.
- Action: If both conditions are still true, send an email to the user who marked the field.