Hi all,
Thanks for reading. I'm experiencing a strange issue where one of my galleries doesn't update after a user has selected a record. The gallery however does update when I edit a control that uses the same data source, in the app studio. The gif below shows the problem.

I'm using a bit of weird setup as per a specific feature request from our commercial team. Two screens are shown in the gif above:
- Browse screen
- Contains one large gallery with all records where user can search and open records. Upon opening a record, we navigate to screen two.
- Edit screen
- Screen with all the record detail. The section that shows "No information to display" is a form which I am using to update, create and delete records.
- There is a second gallery on here (gly_quoteSelector) on the right-hand corner, underneath the "Select other quote under the same project" label. This gallery is "linked" to the main gallery. The reason for adding this is that the commercial team wants to navigate between records that share the same 4-digit project number without needing to go back to the browse screen. Source below:
Below is the flow of information (naming is not final, apologies):
| Browse screen | Edit screen | Edit screen | Edit screen | Edit screen | Edit screen |
| User selects record on main gallery (BrowseGallery1) | Small gallery on edit screen (gly_quoteSelector) checks selected project number on Browse screen. | Default on gly_quoteSelector is set to BrowseGallery1.Selected | Form Item is set to gly_quoteSelector.Selected | Form should display info for record selected on BrowseGallery1 | User can navigate between records using gly_quoteSelector. |
Even weirder, this method works for some records, not for others. I have tested this for records where there are multiple records against the same project number, and records where they are the only project number - it seems completely random.
I'm really stuck on this problem, especially considering it's so inconsistent and updates when you update the app in the studio. Any ideas?
Best regards,
Guus