I would like to use the RT Data Upsert Listener for a table. I have the initial result put in a Repeater, but I am not sure how I can get the RT Data Upsert Listener to modify one of the items in that list if they are changed. How do I go about doing that?
Hi @Egil_Helland,
you need to store the repeater data somewhere outside of Repeater (in some data model), and when RT listener runs, you update the data (modify the needed item in the list). Repeater then will re-render the list with updated data.
Regards,
Stanislaw