I am trying to make an edit pop up for my app. When they click on the edit button, it will transfer that current cell’s data to a pop up with input boxes set up with the values of the that ‘thing’ as the initial content. However, this is not working and the values keep being set to empty. Any idea why this is the case?
I have a repeating group. When an icon is clicked in the cell, it will display the data into a pop up. But, now I realize that you cannot edit fields that came from the display data command. I guess my question would be is there anyway where I could transfer and edit the data from a RG in a popup?