DMXzone App Connect Support Product Page

Answered

Retain Drop Down Choices after Reload

Asked 22 May 2025 18:35:33
1
has this question
22 May 2025 18:35:33 Bobby Edgar posted:
I have a search setup for a large database. It uses 2 dropdown menus to get to the data needed. Choice one shows options within it and populates another we'll call "step 2". It works fine.

Then within the repeated table of rows, there are a couple of forms to do quick edits per record. The update works perfectly, but I cannot figure out how to get to refresh the data and return back the same dataset that was chosen initially.

The dropdown forms do show the same choices after reload, but the repeated region itself disappears. If I then make a different choice, the repeat reappears and if I then choose the original one that I did the edit on it shows and the updates are visible.

I don't want to have to go back through the process to do those little edits to another record and any help would be appreciated.

Replies

Replied 23 May 2025 12:59:28
23 May 2025 12:59:28 Teodor Kuduschiev replied:
Not entirely sure if i understand if you want to reload the data or keep some values?
If you want to reload the data, simply call refresh server action dynamic action on success server connect (update) form event.
Replied 23 May 2025 19:26:53
23 May 2025 19:26:53 Bobby Edgar replied:
Like I said, I can refresh it. But when it refreshes, the list of records that were showing go away. The 2 dropdowns still show the choices, but the records based on them disappear after refresh.
Replied 23 May 2025 20:26:50
23 May 2025 20:26:50 Bobby Edgar replied:
I got it figured out. I had the refresh set to reload since I figured that would be needed to show the update info. Turns out it's not.

So set it to refresh without reload and it works as it should.

Reply to this topic