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

Announcements

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Under review by Community Managers

Under review

Thank you for your post! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Issue when adding the 3rd column to the search criteria

Posted on by 25

Hi Team,

 

In my app, I have a gallery that has some filters and also a search text box. Currently, I have 2 columns that are being searched and I need to add the 3rd column which is a numeric column named "ProjNumber". When adding the 3rd column to the search section of the code I am getting an error. Can someone please assist me on the same.

 

Sort(

    Search(

        Filter(

            DataTable_Inventory_New,

            IsBlank(dcformstatus_f.Selected) || IsEmpty(dcformstatus_f.Selected) || FormStatus.Value = dcformstatus_f.Selected.Value,

            IsBlank(dcnm.Selected) || IsEmpty(dcnm.Selected) || name.Value = dcnm.Selected.Value,

            IsBlank(dcClientName_1.Selected) || IsEmpty(dcClientName_1.Selected) || ClientName.Value = dcClientName_1.Selected.Value           

        ),

        TextInput_search_project_2.Text,

        "Title",

        "Projectname"     

    ),

    ID,

    SortOrder.Descending

)

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

WarrenBelz 248 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 209 Super User 2026 Season 1

#3
VASANTH KUMAR BALMADI Profile Picture

VASANTH KUMAR BALMADI 195

Last 30 days Overall leaderboard

Featured topics