Hi!
I'm creating a form in PowerApps. I just started with a blank app. I have made three screens; Mainscreen, detailscreen and edit screen. This works very fine but i think, the business don't need three screens. They will only fill in the form and after that is it clear. The flow will run and that's oke.
So i tested if i can solve the form with only one screen but is doenst work very well. After the mainscreen the + button has OnSelect "NewForm(Form1);Navigate(EditScreen,ScreenTransition.None)" and that works fine.
Is it true that you need always need minimum of two screens when you making a PowerApps forms?
Solved! Go to Solution.
@MeneerRobyou can make your PowerApps have as few or as many (within limits) screens as you want. That is part of your design.
You could have all the functionality of the three screens you speak of on one screen using the visible properties on the controls.
However - Important - for simplicity, it is best to have each screen perform a defined set of functionality. So, in this case, one is main, one is detail and one is edit - each has its own function.
But again, with your design, you can put all of those into the same screen. You would just need to control the visibility of them (and that can get tricky if you are new to the platform).
Hope this gives you some fuel for thought.
@MeneerRobyou can make your PowerApps have as few or as many (within limits) screens as you want. That is part of your design.
You could have all the functionality of the three screens you speak of on one screen using the visible properties on the controls.
However - Important - for simplicity, it is best to have each screen perform a defined set of functionality. So, in this case, one is main, one is detail and one is edit - each has its own function.
But again, with your design, you can put all of those into the same screen. You would just need to control the visibility of them (and that can get tricky if you are new to the platform).
Hope this gives you some fuel for thought.
Shane Young @Shanescows has a series in the video gallery about infopath like Ux for PowerApps. Check it out to see if that works for you.
You certainly can have one screen, like infopath, however, it's not nearly as simple. Options:
Thanks all for your answers. I already cheched the serie form Shaun, reply helpfull.
I will let the business choose, or three screen what works fine or 1 PowerApps forms.
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
180 | |
137 | |
96 | |
83 |