I have created a custom PowerApp form for my SharePoint list however if I follow a shared link to the item, the majority of the time the form will not load.
https://bjofs.sharepoint.com/sites/fin/AR/Lists/Credit%20Memo%20Authorization/DispForm.aspx?ID=13&pa=1
is an example link that does not load.
I have tried all of the solutions suggested in other threads, including adding the Refresh('Datasource'); ViewForm(SharePointForm1_1);Navigate(FormScreen1_1,None); to the OnView function. As well as moving my formulas from the onstart function to the on-visible function of the screen.
Can I please get some assistance.