Dynamic Create Values
Is there an out-of-the-box option to dynamically create values?
For example, run a loop (1-2) to generate new values with IDs such as value1, value2, and value3.
0
-
No, this isn't possible with Workflow. However you could create an array and just reference its items:
- Create Value
- ID: value1
- Expression: =[]
Usage:
=$value1.result[0]
=$value1.result[1]
=$value1.result[2]
etc.0 - Create Value
-
Thanks for your response, Ken.
That would certainly work for me to temporarily store the arrays.
0 -
You're welcome!
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
3 commentaires