I have a popup with a type of thing and a RG (repeating group) with that thing. When a cell is clicked, I display current cell´s data in the popup, and there I have a RTE (rich text editor).
The thing is that when I open the first entry, and then close it (the popup), and open another one, the data source is from the first one.
Also, I was inspecting with the debugger, and the popup has an alert: The Type of this element has been modified by an action, the data source property above is therefore not applied
Hi there, @hacker… I’m not sure what that alert means, but about the data source issue, I just dealt with the same thing, and the way I addressed it was by resetting the popup’s data when the popup is closed. So, you use the A popup is closed workflow action, and you have one step in the workflow that uses the Reset data action to reset the popup’s data.
Anyway, that worked like a charm for me, and I hope it helps.
The problem is that when a cell is clicked, the display data is not working, in the debugger (step-by-step) it does work, but when I inspect the popup, this alert shows up.