You need to sign in to do that
Don't have an account?
RilcyD
Formula to Count Days after Status Field Updated
Hi guys,
I'm trying to build automation but struggling to find the right design here.
Once a Case has been updated to a Status "A", I would like to start counting the days to send an Email 3 days later.
If the status is changed to another, it will reset the counter back to 0.
Thank you for your help
I'm trying to build automation but struggling to find the right design here.
Once a Case has been updated to a Status "A", I would like to start counting the days to send an Email 3 days later.
If the status is changed to another, it will reset the counter back to 0.
Thank you for your help
Maybe even add a checkbox to check if mail was already send, and clear this as well when the record changes. this to prevent from activating each day after the 3 day.
Create a schedule-triggerd flow that runs daily and checks the status, the datefield and the "already send" checkbox and insert futher logic here...
Hope this helps.