Hello all,
Having an issue with refreshing data.
I have a DatePicker app that allows a user to input certain dates and then use these to update dates in a SQL server database. Sometimes, these dates can update hundreds, if not thousands of dates so I am calling a stored procedure via Microsoft Flow from the app in order to facilitate this update.
However, after I call this stored proc, I refresh the data and then re-do my ClearCollect to update the collection that the gallery is feeding from. It looks like the ClearCollect is not picking up on the changes made by the stored proc. Anyone else having these issues? I've tried to add a delay between the stored proc and the refresh via a timer, but that didn't fix the issue.