Hi there,
I want to send multiple things to other page when user click a button.
It seems that by using ‘go to page’ workflow and ‘data to send’ can send list of things but the page which receive the data can receive only single type or single thing (No multiple data)
Here is what I want to implement in my app.
Page 1: List of orders
this page displays list of orders by using repeating group.
Each item in RGs have check box.
When user click checkbox, items will be stored in custom state named ‘checked items’
Then, when user click ‘show detail button’, I set workflow ‘Go to page’ to navigate user to Page2 and I set ‘data to send’ as ‘checked items’ custom state.
However I have to chose single ‘Type’ to set in Page 2.
Is there any way to do this?