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 / Email + Submit form, W...
Power Apps
Answered

Email + Submit form, When returning to Main Screen, Dont see the submitted item. But item exists in SP list.

(0) ShareShare
ReportReport
Posted on by 920 Super User 2024 Season 1

Hi

 

I am trying to see my newly submitted item after i submit it in the edit form 1.

when it auto returns to the first screen i dont see the new item.

 

I've tried Refresh[datasource] on the OnVisible of browseScreen.

 

What else can i do here?

Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,833 Super User 2026 Season 2 on at

    Hi @wonka1234 ,

     

    Are you perhaps using a collection? In that case don't forget to collect the new item.

     

    If not, please share the Items property of the gallery on the first screen.

  • wonka1234 Profile Picture
    920 Super User 2024 Season 1 on at

    @BCBuizer  no collection that i know of.. 

     

    here is my items porperty of my browsegallery -

     

    SortByColumns(
    Filter(
    [@'Data Source'],
    If(Dropdown3.SelectedText.Value = "Filter for Requests", Status = "New Request" Or Status = "Assessment" Or Status = "Complete", Status = Dropdown3.SelectedText.Value)
    And
    StartsWith(
    Control_two.Value,
    'search box'.Text
    )
    ),
    "Title",
    If(
    SortDescending1,
    SortOrder.Descending,
    SortOrder.Ascending
    )
    )

  • BCBuizer Profile Picture
    22,833 Super User 2026 Season 2 on at

    Hi @wonka1234 ,

     

    Can you confirm [@'Data Source'] refers to your SP list?

     

    I don't see anything obviously off in your formula, except for the use of the deprecated SelectedText property. Please use the Selected property instead and try again:

    SortByColumns(
    	Filter(
    		[@'Data Source'],
    		If(
    			Dropdown3.Selected.Value = "Filter for Requests", 
    			Status = "New Request" Or Status = "Assessment" Or Status = "Complete", 
    			Status = Dropdown3.Selected.Value
    		)
    		And
    		StartsWith(
    			Control_two.Value,
    			'search box'.Text
    		)
    	),
    	"Title",
    	If(
    		SortDescending1,
    		SortOrder.Descending,
    		SortOrder.Ascending
    	)
    )
  • wonka1234 Profile Picture
    920 Super User 2024 Season 1 on at

    @BCBuizer  confirmed it points to SP list.

     

    Tried your formula, still only two items showing in my brwosegallery... should be around 8.

  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @wonka1234,

     

    Please note that the Filter() is not delegable. Should your list exceed your data row limit (default 500 - max 2000) that could be the cause.

     

    You could also try to reset your dropdown and search box in the OnVisible of that screen to remove any previous filters that were still active.

    Reset(Dropdown3); Reset('search box')

     

    As a final note, it may be beneficial to double check whether the newly created records contain all of the needed information to appear in that gallery. (e.g. correct Status column value)

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 400 Most Valuable Professional

#2
11manish Profile Picture

11manish 141 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard