In "OnSelect", I have something like this:
Patch(...);Navigate(...)
Issue is, some of my users reporting that their input was not saved. I suspect that it is because the app navigates before the patching could finish.
So: How should I revise my formula/my app to make sure that patching was finished before navigating away?