Hello - I would like to launch my standalone PowerApp if user click the "Edit" from SharePoint list. I followed the instruction from this article. However, it's showing an error for using Navigate OnStart (see below).
If(!IsBlank(Param("ID")),Set(varID, Param("ID"));Navigate(FormScreen,ScreenTransition.Fade))
Do I need to use StartScreen instead of OnStart? and How do I rewrite the formula above using Navigate?
Thanks for your help.