You are viewing limited content. For full access, please sign in.

Question

Question

Best way to insert a token INTO token syntax for Invoke Business Process

asked on March 10, 2023 Show version history

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!!

0 0

Answer

SELECTED ANSWER
replied on March 10, 2023

There is no recursive token resolution, so you cannot inject token names.

2 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.