I am new to power apps and have created a form, a list as a data source, now I want to display the data entered by user in the form just when he clicks on view form button (a button i created)
This is the OnSelect property of the 'View Form' button:
The user will be redirected to viewForm Screen on clicking the view form button, where I have used a display form with the same list as the data source but in labels, I used the Collection created in clicking the view form button to display the data, now the issue I am facing here is that I can view the form while editing but on playing it says "No Items to Display".
Any help would be helpful, thanks in advance.
It's the Item property of the form that you need to set (the item property of the cards is not the cause of the problem). If you set it to the following, that should resolve the problem.
First(tempData)
i guess ur issue is because of the displaymode of your form. try to set the displaymode on the right sidemenu to new and play the form, the error should be gone. If you want to change it with a click of a button you just need to put
Newform(FormName), Editform(FormName) or Viewform(FormName)
please make sure that you need to replace FormName with the actual Name of your form.
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
The item property being blank is the cause of the problem because it's the item property that defines the record that the display form displays.
If you paste your formula in text, I or someone else here can edit it to show the correct approach.
Hey @Hasrie Its a display form, which doesn't have displaymode property, and item is blank
Hi @dummywillkill What is the form displaymode when viewing? And the Item property of the form?
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1