Hi,
I have 2 tables in Dataverse with one to many relationship established between them. Within PowerApps, I have configured one screen with 2 edit forms to take input from the user and 2 vertical gallery to show the items in both the tables.
Both the edit forms are working fine. Even the gallery of the Parent table is working fine.
However, the vertical gallery of the child table does not get updated with the recent record after submitting the data from the edit form. Upon checking, I realized that the data gets recorded in Dataverse table, but the issue is displaying it within PowerApps.
After selecting another record within the screen, and coming back to the vertical gallery, the record suddenly shows up. Typically a delay of 30-45 secs.
Is there any way I can improve this performance issue?