Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Answered

No items to display after submitting form

(0) ShareShare
ReportReport
Posted on by

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

 

  • Community Power Platform Member Profile Picture
    on at
    Re: No items to display after submitting form

    Hello,

    in my case there had to be two semicolons:

    SubmitForm(EditForm3);;NewForm(EditForm3)

    BR

    Sami

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on at
    Re: No items to display after submitting form

    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

     

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

Announcing the Engage with the Community forum!

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 109 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 76 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 71 Super User 2025 Season 1

Overall leaderboard