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 / Power Apps Modern Table
Power Apps
Unanswered

Power Apps Modern Table

(1) ShareShare
ReportReport
Posted on by 350
I am using a modern table control in my canvas app.
 
One behavior I don't like is this.  When I save a record the screen displays NO ITEMS TO DISPLAY. 
 
How do I programmatically select the record being saved?
Categories:
I have the same question (0)
  • Michael E. Gernaey Profile Picture
    53,969 Moderator on at
    Hi
     
    I am not understanding, as the error and what you are saying is an issue are 2 different things.
     
    1) does your table have data in it? If so, then those rows should be there, and you shouldn't see NO ITEMS TO DISPLAY
     
    That being said, when you save, are you doing a Refresh(DataSource) so it updates with the new row?
    and what is your items property code?
     
     
  • rroque Profile Picture
    350 on at
    The problem is this. After a save the editable form displays this message NO ITEMS TO DISPLAY. Instead it should stay on the record being saved.  
    I've tried this Lookup and refresh none work.  .
     
    LookUp(
                OPTrack_FormsInventoryEnhancedTables,
                FORM_NO = Text(txt_formno.Value) && WAREHOUSE = Text(txt_warehouse.Value) && REQ_DATE = Text(txt_reqdate.Value)
               );
    Refresh(OPTrack_FormsInventoryEnhancedTables)
     
     
    Items from the list table 
     
    SortByColumns(
       Search(
          OPTrack_FormsInventoryEnhancedTables,
          txtSearch_2.Text,
          FORM_NO, COMMENTS, REQ_DATE
       ),
       ctx_sort_column,
       If(
          ctx_sort_order,
          SortOrder.Ascending,
          SortOrder.Descending
       )
    )

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 530

#2
WarrenBelz Profile Picture

WarrenBelz 459 Most Valuable Professional

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard