Hello everyone,
I'm currently building a project tracking app of sorts. The app is built into 6-7 different screens, each one for a different phase in the project. The datasource is a Sharepoint list. Each screen has it's own form, in which all reference the Sharepoint list.
My problem is that once the user opens the first screen and submits the data, I can't find a way to link the opening screen to which phase the project is currently in. (So that the user won't have to skip through every previous phase).
So far I've attempted to set global variables to the submit button, in order to create a "Status" , but I was informed by Power Apps that variables aren't permitted in the onstart or startscreen properties.
Thanks in advance for the help!