web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / No items to display af...
Power Apps
Answered

No items to display after submitting form

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Mates,

We have two Viewitems, NewItem Screen(View items screen is Default when app load)

View items screen have feasibility  go to newitems screen to fill and submit items 

ViewItems Screen has Gallery to display submitted items.

NewItems Screen has an Edit form to submit to users. 

 

the issue is when we/user submit the form from newitems screen then after submitting form displays "No items to display"

Any help after submitting form fields has to display.

noitemstodisplay.PNG

 

I have the same question (0)
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi@muralikrishna12,

    Could you please share a bit more about the scenario:

    1. how you set the Item property of the EditForm?
    2. what do you want to the form to do after submitting, create a new record or edit the existing record?

    // If you want to create a new record once submit the form, please set the OnSelect property of the Submit button as below:

     

    SubmitForm(EditForm3);NewForm(EditForm3)

     

    // If you want to edit a certain record within the Edit Form, you could consider setting the Item property of the Edit Form as below:

     

    BrowseGallery1.Selected

     

    Note: The BrowseGallery1 represents the Gallery in ViewItems Screen. You could edit the record when you select in the Gallery.

    // If you just want to display a certain record once you submit the form, you could consider setting the OnSuccess and Item property of the Edit Form as below:

     

    Refresh('Gym Pass') // OnSuccess property
    Last('Gym Pass') // Item property

     

    Note: 'Gym Pass' is my data source, please replace it with yours.

    Hope it could help.

    Best Regards,

    Qi

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello,

    in my case there had to be two semicolons:

    SubmitForm(EditForm3);;NewForm(EditForm3)

    BR

    Sami

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 273

#3
Kalathiya Profile Picture

Kalathiya 232 Super User 2026 Season 1

Last 30 days Overall leaderboard