Here is what I'm trying to do. I want to try and build a token that contains all this data from the Invoke Business Process activity:
I have seen that you can do quite a bit with the scripting activity, but can it place a token inside a token. Let me zoom in on one row:
City=%(RetrieveBusinessProcessVariables_City)
Specifically something like this:
"%(" + "RetrieveBusinessProcessVariables_" + {token containing variable name} + ")"
I'm guessing there are several ways to approach this and I am at the beginning of thinking about it....but I wonder if anyone has already been down this road? If so, what did you do?
I have been referencing this lovely doc: https://support.laserfiche.com/resources/2296/tokens-in-laserfiche-workflow
First attempts:
But no good:
Is there a way to escape these characters "%", "(", ")" somehow?
Thanks!!