Hi. Thanks in advance for any help!
I have a gallery list and a display form on one screen and an edit form on a second screen. I cant get my gallery to update after a new record is added. I added a refresh(table1), my data source, to my submit button on the second screen. Ive also tried adding it to the the "OnVisible" field on my first screen but I cant get the Gallery to update.
Immediatly after I add the record, the gallery is accurate and the record in dropbox is accurate but when I restart the app the record is still in the dropbox excel sheet but not in the gallery. My gallery is set to:
If(TextInput1.Text="",Sort(Table1,Full_Name),Search(Table1,TextInput1.Text,"Full_Name"))
Manually refreshing the data source doesnt work either. I can edit fine but new records dont show up in gallery.
Thanks again,
Matt