How to pass a list from the Home Screen to Application Screen going to Summary screen? I am having the list in homescreen with local variable Riderlist (image shown below) and adding values of it by ListAppend. How can I get the correct value I stored in homescreen to show it in the summary screen?
Hi RD,
It is usually not recommended to pass large chunks of data as parameters.
However, to answer your query, you can convert it into a JSON string and pass it from screen to screen.
Here's a similar thread that might be helpful for you.
https://www.outsystems.com/forums/discussion/74039/passing-a-list-as-a-screen-input-parameter/
https://www.outsystems.com/forums/discussion/53751/structures-as-input-parameter-of-a-screen/
and some reasoning given here:
https://www.outsystems.com/forums/discussion/46481/why-can-not-i-receive-a-list-as-input-parameter-of-a-screen-action/
Pass list to another screen not best practice.
thanks,
Ramesh
Can you share oml with the same scenario or related in the issue. Thank you