89
Views
3
Comments
Pass list to another screen then pass again to the second screen

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?

2022-08-03 04-32-50
Ravi Punjwani

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/


2025-10-18 11-13-53
Ramesh subramanian

Hi RD, 

Pass list to another screen not best practice.

thanks,

Ramesh


UserImage.jpg
RD.

Can you share oml with the same scenario or related in the issue. Thank you

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.