Hi, I have created a repeating group and I have displayed data from database and it is working perfect. Now I want to add an edit functionality to modify the data. I already have a “Popup A” which is used to add entry to data base. Now to modify the data I have created another similar “Popup B”.
Below is the steps I followed:
Below is the screenshot for workflow of “Pencil icon” (to edit data)
You don’t need to set the data source of the popup to achieve this. The data source is essentially set using the Display data action as you have correctly done.
To retrieve the information you looking for:
Select the appropriate Input Field in the popup
Click Initial Content
Set Initial Content to ‘Parent Group x’. So if you selected the first input field then once you’ve selected the field Initial Content, you can dynamically display ‘Parent Groups Item Name’.
I understood where was the problem. The input text in the popup is placed in a group and I didnt assign the data source to it. Once I assigned the data to the group it is working perfect. Thanks