Skip to main content
Community site session details

Community site session details

Session Id : oIEC6320L43KMgczmJc813
Power Apps - Building Power Apps
Unanswered

"No items to display"

Like (0) ShareShare
ReportReport
Posted on 17 Jan 2024 07:29:53 by 6

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)

dummywillkill_0-1705475646958.png

This is the OnSelect property of the 'View Form' button:

dummywillkill_1-1705475713636.png

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.

Categories:
  • dummywillkill Profile Picture
    6 on 19 Jan 2024 at 11:52:08
    Re: "No items to display"

    @timl 

    dummywillkill_0-1705665119407.png

     

  • timl Profile Picture
    35,202 Super User 2025 Season 1 on 18 Jan 2024 at 10:59:30
    Re: "No items to display"

    @dummywillkill 

    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)

     

  • mmbr1606 Profile Picture
    13,193 Super User 2025 Season 1 on 18 Jan 2024 at 10:49:59
    Re: "No items to display"

    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

  • dummywillkill Profile Picture
    6 on 18 Jan 2024 at 10:07:54
    Re: "No items to display"

    @timl First(tempData).Gender

    this is different for every data card
  • timl Profile Picture
    35,202 Super User 2025 Season 1 on 17 Jan 2024 at 10:02:17
    Re: "No items to display"

    @dummywillkill 

    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.

  • dummywillkill Profile Picture
    6 on 17 Jan 2024 at 08:55:49
    Re: "No items to display"

    Hey @Hasrie Its a display form, which doesn't have displaymode property, and item is blank

  • Hasrie Profile Picture
    202 on 17 Jan 2024 at 07:43:17
    Re: "No items to display"

    Hi @dummywillkill What is the form displaymode when viewing? And the Item property of the form?  

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1

Loading complete