Each checkbox has its own variable that = “true” when clicked and “false” when it’s not.
What I would like to achieve is that when the user clicks on the top right on “Submit”, only all the options selected are visible on a page where more information can be provided.
I thought that I could create a workflow from the submit button which collects all the variables selected on the page from the user but did not find how to do it.
Select the checkbox (here named “Option 1”) and create a new workflow, with an action “execute workflow”. Select your global workflow and in the value put the name of the checkbox “Option 1” (repeat this for as many options you have)
I tried to use the logic mentioned in my previous post, i.e. feeding an array. It did not work, so I created an object to store the 3 information ( A) option is clicked B) amount C) date) but it does not work yet.
For example on the global workflow: the “contains” only accepts an array and not an object.