Hello, in a Go To Record action of a workflow’s state, is it possible to wait for the record to be saved before proceeding to the next action and/or state?
n
Netsuite Tragic
12/15/2021, 11:26 PM
try using action : Create Record instead.
k
KnotKnick
12/16/2021, 3:52 PM
Hi @Netsuite Tragic thank you for your response!
The record is already created when this workflow is running, I would like to direct the user to the pre-created record, and have the workflow wait until the record is saved, before the workflow can move to the next action.
n
Netsuite Tragic
12/16/2021, 7:34 PM
you cannot do that in a workflow. you could consider using a second workflow which starts after that user action or a scripted solution.
k
KnotKnick
12/16/2021, 8:58 PM
got it! i ended up creating a second workflow. thank you for your help!