Good day.
I have an app the populates its content based on based on a selection in another gallery which lives in a different screen.
The user starts navigation in Screen 1 and selects an item in glr_Ideas
Then Navigates to Screen 2
Where glr_comments populates its item using this formula
Filter('DataSource',CommentID=glr_Ideas.Selected.ID)
If the user navigates to screen 1 and makes another selection, upon navigating to screen 2, they will see the items from the previously selected item for about 1 second until the query is updated.
Is there a way to avoid this?