Is it possible to send multiple things to other page?

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?

So the most ideal way of doing this would likely be in the same page using a group visibility style of navigation where they actually don’t leave the page.

However, to answer your exact question, yes you can do it the way you’re thinking but you will send them as a parameter list and refer to url parameter data for the RG.

Thank you for the quick reply!
I had the same idea to keep the page same and use hiding group operation.
However, I want to show the detail page in different tab so, I will try parameter list.
I really appreciate your advise!

This topic was automatically closed after 70 days. New replies are no longer allowed.