Hi folks,
I use Patch on the submit-button of an edit form. Right after the patch, a navigation event is supposed to happen.
Basically:
Patch(Stuff to be patched);Navigate(Screen to be navigated to)
This is not what happens, though. The patch works and the data is commited to my datasource, but the navigate never happens - the app just stays on the current screen (the one with the edit form).
Does anyone have an idea what that could be?