u/Some-Illustrator-919

PowerApps StartScreen

I have a customized Sharepoint form. It contains 3 screens. I didn't set StartScreen. If my last viewed form is on screen 2, all other items open on screen 2. It looks Sharepoint customized form preserves the app’s current screen state between openings. If I refresh the list, the form will open on screen 1.

I want all items open on screen 1. There is a timer navigating to different screens based on the form stage. If I set the StartScreen to screen 1, the timer won't work

reddit.com

SharePointIntegration.SelectedListItemID not fully available when StartScreen evaluated?

I have a customized Sharepoint form in Power Apps. The following code on the APP StartScreen never worked. It is supposed to switch screens based on the FormStage field value.

If(LookUp(MyList, ID=SharePointIntegration.SelectedListItemID).FormStage = "2",FormScreen2,FormScreen1)

When I hard-coded ID=10, it worked.

I assume 'SharePointIntegration.SelectedListItemID' is not fully available when StartScreen is evaluated?

How to solve the issue? Thanks.

reddit.com
u/Some-Illustrator-919 — 10 days ago