@TWoQueeG I am having the same issue as you. When I tried saving in the new build. Deep Linking is not working for me. It has been a bad week. @WarrenBelz Your kind suggestion is not working for me. I had to revert to a previous App version to restore functionality.
Old Build (Works perfectly)
OnStart:
Set(varProgID, Value(Param("ProgID")));
If(varProgID <> 0,Set(varRecord, LookUp(CDLForm, ID= varProgID)); Navigate(Home))
New Build (can't find a working solution)
OnStart
Set(varProgID, Value(Param("ProgID")))
StartScreen:
If(
Value(Param("ProgID")) <> 0,
EditScreen1,
BrowseScreen1
)
Microsoft did say (below). Does not help me now.
Older app with new Navigate workaround
Here’s the exception mentioned before. If you had an existing app created before March 2021, that did not have a Navigate call in App.OnStart, to which you added Navigate to the OnStart between March and now, then the above switch will be turned off and you will see an error the next time you load the app in Studio. Please turn the above switch on to clear the error. We have a fix for this case that will be rolling out soon, but it will be a few weeks until it is fully deployed.