Data source issue

Hey,

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

What does this mean?

Thanks in advance :slightly_smiling_face: :computer:

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.

Best…
Mike

1 Like

Hey, @mikeloc,

Thanks for the help.

Actually, I already had the when popup is closed.

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.

@eve, do you know what this means?

Well, I didn’t actually help, but my pleasure. :slight_smile:

I’m guessing you saw this thread already, but just in case you haven’t, maybe it could help?

Best…
Mike

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.