Hi,
We have a main screen where we list out all of our internal requests using a gallery where the data is a Sharepoint list. We have a created an icon where the user can edit an existing request which brings up a detail screen. On that screen we have built a gallery of time slots where the user can select an available slot to review their request. When the user clicks on the button it calls a Patch function which updates a row and field in the Sharepoint list to set the available slot. This works fine.
Here is where we are seeing a strange side effect. On the main screen we have provided buttons to filter the main list by different categories. When we have a filter on the list and navigate to the detail screen and when we click on a timeslot we find that the correct row and field gets updated. However, the entire record on the detail screen refreshes and we see the first record in the list from the previous main screen. It’s like the list.Selected has been reset to the first item in the list. It definitely has something to do with the filter function. Is there a way to preserve the list.Selected or prevent a refresh after the update occurs from the result of updating the time slot on the detail screen ?
Thanks,
DevOps

Report
All responses (
Answers (