Aller au contenu principal

Dynamic Create Values

Commentaires

3 commentaires

  • Ken Lyon

    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
  • Niluka Munasinghe

    Thanks for your response, Ken.

    That would certainly work for me to temporarily store the arrays.  

    0
  • Ken Lyon

    You're welcome!

    0

Vous devez vous connecter pour laisser un commentaire.