I have a process where the user submits data for a few fields, a workflow changes the values in those fields (with wait for workflow to complete set to yes) and then a Save to Repository action uses those variables in the path of the saved documents.
However, the Save to Repository action uses the values from before the workflow was run even though it occurs after the workflow. I tried adding a delay in the workflow itself at the end, and also tried adding one in between the workflow and Save to Repository, but the same behavior persists.
Is what I'm attempting to do possible?