Brainstorming ways to have a WF execute an hour after a record is saved. Let’s say a record is saved at 2:15 PM and the WF executes at 3:15. Any ideas?
n
NickSuite
07/25/2022, 7:36 PM
Either save the record ID in custom record. Then have a scheduled workflow trigger based on custom record.
a
AI1
07/25/2022, 7:37 PM
You could have a "Initial" state the executes immediately with no actions. But then put a 1 hour delay on a transition to a new state that then executes the actions you want
n
NickSuite
07/25/2022, 7:37 PM
Alternatively, you can also create a saved search based on Creation date.
a
AI1
07/25/2022, 7:37 PM
message has been deleted
n
NickSuite
07/25/2022, 7:37 PM
@AI1 I didn't know we can add delay!
d
David Torres
07/25/2022, 7:41 PM
Wow that delay is exactly what I needed! Thank you!