I’m creating a system with a user profile page, and the information displayed on it comes from a repeating group located on my home page. I’m sending data between pages through parameters.
I created a pop-up that inserts a new user in the system on the home page, and in each row of the repeating group, there is an eye icon that links to the profile user page (see the image below). Everything works great for me in this process.
Nevertheless, I’m facing an issue with the profile user page where I created another pop-up to update the user information. My difficulty is that I can’t set the right workflow on this pop-up to update the user information. Since the user data is connected through pages by parameters the data also needed to be updated on the home repeating group too.
See pictures from the profile page below:
Any thoughts on how I could fix this?
Thanks.