Hello, in a Go To Record action of a workflow’s st...
# suiteflow
k
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
try using action : Create Record instead.
k
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
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
got it! i ended up creating a second workflow. thank you for your help!