I have a workflow where I want to request an update and then once the update is actioned to trigger an approval for someone else to review the update.
At the moment, both seem to be triggered at the same time - in testing I am sending both alerts to me and they come into my inbox at the same time. I want the workflow to wait until the update request has been completed before continuing to the next action.
The actual sequence is:
1) Request approval on row creation
2) If approved, trigger update request
3) Request a different approval
At the moment 2 and 3 happen simultaneously rather than 3) being triggered after the update request has been responded to.
Any ideas?