Reply To: Listening to Actions and Array problem

FlowCanvas Forums Support Listening to Actions and Array problem Reply To: Listening to Actions and Array problem

#369
Gavalakis
Keymaster

    Hello,

    Yes, you can if you are willing to write a custom node 🙂 Let me know an example case of what you are after doing with the Action and I can post an example for you here.

    Regarding arrays, you can simply create a List variable instead, which is the type used mostly throughout FC instead of arrays, but you are also able to link a List TO an array and vice-verse if the target type you finaly need is an array.
    Is there a reason why lists don’t work for you and specificaly need to create an array variable? Please let me know.

    Thanks