I am using a sdk script action and parse out a CSV file and generate a multivalued token per row.
I have two questions.
Because I am dynamically generating tokens per row of a csv file, what is the max number of tokens that can be stored per workflow session?
Also, Since I am generating an various number of tokens, can you nest a token in the name of another token?
example: %(row %(iterator))
That way I could use a repeat action to go though every token.
%(row 1)
%(row 2)
%(row ...)
Thanks