Hello,
I'm working on building an app where people are selected from a gallery, and added to another gallery. Here's the gist of the layout:

If I were to update the sharepoint list, could I have each of the corresponding items in "Collection 2" also be updated with the changes? I've set up a timer to ClearCollect() from the SPL to "Collection 1" every 60 seconds, but I dont know how to update the items that have been added to "Collection 2" at the same time. Obviously, if I clear "Collection 2" and manually re-add the people that were in there from Gallery 1, the changes would be shown, but that's a pain in the butt.
Any ideas?
Thanks!