Somebody know how to reload repeating group without Page load?
sometimes RG is too slow to show up a new item.
So, i wanna reload repeating group without Page load by my User.
Somebody know how to reload repeating group without Page load?
sometimes RG is too slow to show up a new item.
So, i wanna reload repeating group without Page load by my User.
Repeating groups reload in realtime since they have a constant connection to the DB.
So manually refreshing them (dunno if there’s a way to do that) won’t change much in terms of speed.
it is however possible that your app is overloading the database or is generally taking time to load.
In any case, I can think of a couple of hacks:
One is to straight up reload the page when you want the data to be refreshed.
Another is to reset the data source of the RG (in a Workflow Action: Element Actions → Display List). That will make it refresh the data.
This topic was automatically closed after 70 days. New replies are no longer allowed.