How to use dynamic outputs from actions in a flow?

(Vladimir) #1

Example: I have an attribute that I want to use in my flow {{catchall.attributes__name}} But, instead of the key “name” I need to use the variable {{catchall.user_id}}. But if I do for example this: {{catchall.attributes__{{catchall.user_id}}}} it does not work. Is there a way or a workaround to implement such a task? Thanks.

(Nathan Stults) #2

Hi - I’m afraid it’s not possible to do what you want - nested variables are not supported. You might be able to use a Code block to achieve something similar, but it would require some custom JavaScript.