Hi, I have an application with a repeating group.
On my application I am creating images and stored them on the bubble filemanager with a link on the database.
I am displaying a counter of the number of images which are in progress and images placeholders like this :
The problem I have is that I have the right numbers of images to generate but just 1 placeholder displayed :
The others placeholders come later, in general 10s after.
Of course if I manually refresh I see all my placeholders but the UX is very poor.
I have tried a lot of methods like clear the list and display the list again but nothing work…
How can I refresh my repeating group in order to don’t have this delay ?
Is it possible to force the repeating group to fetch the last datas ?
Sincerely,