Preloading RG Data for next Element

Hi guys,

Im using a Dropdown element with a RG in a Pop Up. When the User clicks on the Dropdown it needs 1 Sec to load to RG Data.

Id like to implement a way where the RG Data should be loaded when the Pop Up appears.

I tried to put a 1x1 RG in the Pop up with the Data Source. And the Dropdown is an RU Element where the Property is the data in the 1x1 RG.

Unfortunatly this doesnt work. When i click on the Dropdown there is still a delay. Where is my mistake? Is it because the Element is a RU Element?

Appreciate your help!

I’m not sure exactly how your RG is set up, but you can add the source as a custom state to popup and reference it in the RG. check the difference:
ezgif.com-crop

1 Like

Could i have a look through your editor?

Basically i have set up my 1x1 RG within the Pop Up where im searching for a specific Datatype. I pass that Data to the Reusable Dropdown element and the RG within the Dropdown has the Reusable Dropdown Property of the 1x1 RG.

The only difference i see with your approach is that you load Data into the custom state of the Pop Up when the Pop up is visible, right?

This works for my. I created a load Page condition and passed the data into a custom state and used this reference within the Repeating group

1 Like

awesome, sorry was busy didn’t catch your earlier message. here is the editor link for reference in case someone else stumbles upon this issue.