Hi All,
Is there a way to update multiple variables at once from UI - NOT from the model? We would like to keep the model simple as much as possible.
Example:
We have radio buttons, and if user selects radio button #1 then update let’s say: time=5, impact=7, budget=100
Maybe custom JavaScript? This is closest which I found:
https://forio.com/epicenter/docs/public/data_binding_flow_js/#templates
But still cannot find how to do it. Any additional code examples?
Thanks in advance.
Greg