Hi,
I would like to create a 'Form' from a BLANK new screen in PowerApps. (Attached the settings)
When I preview the app, it shows "No item to display"
Any idea?
Thanks in advance
Sam
Solved! Go to Solution.
Hi @samsam ,
The Form is usually in Edit mode by default, and Edit mode requires an item to edit - without it, you get this message and a blank form.
Try changing the mode of the form to New - you can do this either by setting the Default mode of the form to FormMode.New or, if you're using a button or navigation from somewhere else to get here, add NewForm(FormName) to the expression to put the form into New mode.
If you just want to test, put a button on the screen and set it's OnSelect: property to
NewForm(FormName)
where FormName is the name of your form, and hopefully you should see what I mean.
Hope this helps,
RT
Hi @samsam ,
The Form is usually in Edit mode by default, and Edit mode requires an item to edit - without it, you get this message and a blank form.
Try changing the mode of the form to New - you can do this either by setting the Default mode of the form to FormMode.New or, if you're using a button or navigation from somewhere else to get here, add NewForm(FormName) to the expression to put the form into New mode.
If you just want to test, put a button on the screen and set it's OnSelect: property to
NewForm(FormName)
where FormName is the name of your form, and hopefully you should see what I mean.
Hope this helps,
RT
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
53 | |
41 | |
36 | |
31 |
User | Count |
---|---|
241 | |
74 | |
71 | |
69 | |
65 |