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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Power Apps Table diffe...
Power Apps
Unanswered

Power Apps Table different behavior in editing mode and LIVE site

(1) ShareShare
ReportReport
Posted on by 2

In my editing mode, for the table, in "Items" property, I put every filter and the filter is functional in editing mode, but when I run it in Live site, all of the contains is missing from the table.  I dont know what happen, is it glitch from the power apps or what

In editing mode:

AkeemKaswan_0-1720681362617.png


In LIVE site:

AkeemKaswan_2-1720681445102.png

 



Categories:
I have the same question (0)
  • Daniel Bocklandt Profile Picture
    5,117 Super User 2026 Season 1 on at

    Hey @AkeemKaswan ,

     

    You probably already did it but just to be sure, and make sure we don't think of something super complicated when we just forgot something simple. Because let's be honest it happens to the best of us.

     

    Have you published your App?

     

    And I see in Edit mode you've selected Completed and in Live mode you typed it and didn't move out of the control. Can you try to select Completed and put the focus on another control? 

     

    Could you also please share the code with us?

     

  • AkeemKaswan Profile Picture
    2 on at

    Hi @DBO_DV ,

    Yup I already publish the app, 

    this is from the LIVE site when Im try using the filter I created, Im not typing it, it is choice

    AkeemKaswan_0-1720688682874.png


    the code for the "Items" property for the table:

    If(
        (Cat_CB.Selected.Value = Blank() && Port_CB.Selected.Value = Blank() && Stat_CB.Selected.Value = Blank() && Start_PCK.SelectedDate = Blank() && End_PCK.SelectedDate = Blank() && Search_IPT.Value = Blank()),
        Sort(
            'Task Details',
            ID,
            SortOrder.Ascending
        ),
        Sort(
            Filter(
                'Task Details',
                (Cat_CB.Selected.Value = Blank() || Category.Value = Cat_CB.Selected.Value) && (Port_CB.Selected.Value = Blank() || Portfolio.Value = Port_CB.Selected.Value) && (Stat_CB.Selected.Value = Blank() || Status.Value = Stat_CB.Selected.Value) && (Start_PCK.SelectedDate = Blank() || StartDate >= Start_PCK.SelectedDate) && (End_PCK.SelectedDate = Blank() || EndDate <= End_PCK.SelectedDate) && (StartsWith(
                    AssignedTo.Value,
                    Search_IPT.Value
                ) || StartsWith(
                    Reviewer.Value,
                    Search_IPT.Value
                )) && "Yes" in Visible.Value
            ),
            ID,
            SortOrder.Ascending
        )
    )

    all of it are combo box and text input, while "Visible" is column in the table to determine whether the data should be visible or not in table, I used it as hide button.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 372 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 303 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 238 Super User 2026 Season 1

Last 30 days Overall leaderboard