Hi,
I'm having trouble passing the selected checkbox items on the first page to the textfield on the second page. I want the textfield to display the selected checkbox items as a list of strings.
On the second page I have set up the parameter "servingStyle" as string list.
On the first page I have added an action to the submit button to navigate to the second page and pass the parameter whose value is the selected checkbox items.
My issue comes when I'm trying to assign a value to the textfield. I go to "initial value" in properties. I select the "servingStyle" parameter then have to choose from the available options. I can display the number of items selected. I can display one of the items that are selected. But am unable to display all the items selected.
Please help me to display all the selected items in the checkbox.