Hi, I’m new to Bubble family. I need a small help.
I want to edit a row of Repeating Group table. For that, I have given an Edit button in all the rows. By the clicking on the Edit button, I am opening a pop-up. There I have given an input box and an image uploader which user can be edit or update. In the name input placeholder, I am passing the “Parent group’s Team’s name” (Here Team is a Table) and in the image placeholder, I am giving “Parent group’s Team’s picture”, which is correct as per my understanding. In the pop-up’s data source, I am getting confused with what to be there? For now, I am giving “Search for Teams:first item”. So it is giving me the first item on every team’s Edit click. I want the same Name and Team picture in the pop-up by clicking on the Edit button so that Admin can make changes and update the value.
For better understanding I’m also providing the screen shot of the workflow.
Now for the Edit button workflow, I have set the ‘show popup Team’(see screenshot below), which is opening the pop up smoothly. I’m concerned about popup Team data source value which I have given the screenshot above in my post.
Now, when I am saving the data, a alert maessage is coming, "Sorry, you do not have permission to modify this ".
Do you have any idea, why this alert message is coming?