Hello,
I want to know if it is possible to create a variable via the process/activity.
I want to have a dynamic amounts of variables each time I start the process:
Let me further explain what I want to achieve → I have a PDF file that can have 10 items but up to 100+ items. Now I need to assign every item to a variable, because I need the input of these in a later part of the process. I cannot just loop through it and assign the values of the items to the same variable. I need all the values at once and separated (that’s why I thought having 1 variable for each).
But the problem is that I could need 10 variables or 100 variables depending on the PDF file that is read.
Can someone help me?
Kind regards
Tobi