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 / new list records not s...
Power Apps
Unanswered

new list records not showing in gallery

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

 

I created a powerapp from an existing sharepoint list. The record list displays all existing records but the new records added through the powerapp does not shows in a Browser screen. The record get saved in the Sharepoint list. Refresh button works for updates fine. I can see updated records, but not new.

If I create new powerapp from the same sharepoint list (with new records), all records shows in Browser screen.

Categories:
I have the same question (0)
  • mdevaney Profile Picture
    29,991 Moderator on at

    @JuliaM 
    What happens if you run this code after you add a new record?  Does the new information appear?

     

    Refresh(your_datasource_name)

     


    Your should put the same datasource in my Refresh function as is found in the Item property of the gallery.

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • KrishnaV Profile Picture
    5,023 on at

    Hi @JuliaM ,

     

    Ensure that you are not filtering items as part of your formula to gallery:
    Try this:

    SampleList // give the list name directly.


    I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.

    Regards,
    Krishna
    If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more. 

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I do refresh. If I update existing record, I see the updates. If it is a new record I can see it directly in a list, but not in gallery.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    In a Browser screen I have SortByColumns(Search(TestUsList, TextSearchBox1.Text, "State"), "State", If(SortDescending1, Descending, Ascending)). It is give me possibility to filter by State. But if I insert new record with state = 'AA', and filter it by "AA", I see nothing.  

    If I don't filter, but do sort by , still don't see it. 

    I am very-very new to Powerapps, forgive me my ignorance, but where should I put 

    SampleList // give the list name directly

  • WarrenBelz Profile Picture
    154,399 Most Valuable Professional on at

    Hi @JuliaM ,

    Try this

    SortByColumns(
     Filter(
     TestUsList, 
     TextSearchBox1.Text in State, 
     ), 
     "State", 
     If(
     SortDescending1, 
     Descending, 
     Ascending
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Does not work 😞

  • WarrenBelz Profile Picture
    154,399 Most Valuable Professional on at

    @JuliaM ,

    What is the error and on what part?

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I removed extra coma, printed:

    SortByColumns(
    Filter(
    TestUsList,
    TextSearchBox1.Text in State
    ),
    "State",
    If(
    SortDescending1,
    Descending,
    Ascending
    )
    )

     

    The same situation. When I added new record, I can see it in a list directly, but not in gallery.

  • WarrenBelz Profile Picture
    154,399 Most Valuable Professional on at

    @JuliaM ,

    There is nothing wrong with that code - but just try this to eliminate everything other than the filter and use

    Filter(
     TestUsList, 
     TextSearchBox1.Text in State, 
    )

    And be sure to 

    Refresh(TestUsList)

    straight after you have added the new record to TestUSList.

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    With "," after in State, it is does not work at all.

     

    JuliaM_1-1593618726770.png

     

     

     

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
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard