Can you use a variable in a name inside a FLOW to save me doing about ten conditions?
form_new_ad_report_1.submit()
replace the “1” with variable “steps.value” something like this?
form_new_ad_report_[`steps.value`].submit()
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:
Last updated: