From a workflow, I'm using Invoke Business Process to pass in values to a form. So far everything I've tried has been straightforward. I've pre-filled multiple single line fields and even pre-selected checkboxes. I would like to add choices to a checkbox.
I've created a small form for testing. My form has a checkbox with one choice as a placeholder and a single line field to show what was sent from the workflow. The whole form looks like this...
What I was hoping to be able to do was to create the checkbox choices that looked like this
The workflow I created for testing only has two steps in it...
I create a token with the choices for the checkbox.
Then, I pass those along to populate the form
On the live form, the choices for checkbox that are being passed in will be different for each person that runs the process. The quantity of choices could be one or a few or many.
Is this even possible?