Can I use a dynamic variable in FLOW

Can you use a variable in a name inside a FLOW to save me doing about ten conditions?

replace the “1” with variable “steps.value” something like this?

Here is the in-line FLOW

dmx-on:click="run([{condition:{if:`(steps.value == 1)`,then:{steps:{run:{action:`form_new_ad_report_1.submit()`}}}}},{run:{action:`steps.setValue(1)`}}])"
Community Page
Last updated: