Hi, I wanted to learn how to update a list with page data.
I want a user to use the select form below to add participants to an application.
When they click the add participant, I wanted to add the user information on the right where there is a list of added participants.
So far my logic is as follows,
On page enter I initialize the participants list by creating an empty list
On Clicking the Add participant button, I update the Page data with the users objectId.
On the repeater logic I load users where (objectId IN '[Get 'participants' of 'Page Data']')