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 / Simple gallery search ...
Power Apps
Unanswered

Simple gallery search = nightmare

(0) ShareShare
ReportReport
Posted on by 69

Dear all, i admit im going nuts.

I have a simple gallery, pulling info from a sharepoint list. Simple and working ok.
Now the issue starts when i wanna search the data from the sharepoint list.

On a break down, the fields i have are:

PedroK_0-1712928383770.png

All of them are text, except:
IDLists - number
MaxPriority - number
ModifiedBy - user
UpdatedOn - date

This is my search options:

PedroK_1-1712928657320.png

 

Meaning, i want the search to be made in 1 of 2 ways, either by App, or globally (all records)

The issue starts when i wanna search the info on the sharepoint.
My actual code is:

Filter(EditableEC,((If(Checkbox1_3.Value=true ,Find(Trim(Upper(TextInput1_1.Text)),Trim(Upper(AssignmentGroup)))) > 0)))

 

And this is only part of the search i need to make, but already gives me this feedback:PedroK_2-1712928826535.png

 

Can anyone please help? 😞

Categories:
I have the same question (0)
  • PedroK Profile Picture
    69 on at

    Same error applies to any field i wanna use to search on (either AssignmentGroup, Application, IDs, Procedure etc)

  • Gochix Profile Picture
    1,937 Moderator on at

    @PedroK ,

     

    I'm not sure if this would be your desired outcome but you could try something like this:

    With({
     Filter1: Filter(EditableEC,Find(Trim(Upper(TextInput1_1.Text)),Trim(Upper(GlobalColumn))))},
     With({
     Filter2: Filter(EditableEC,Find(Trim(Upper(TextInput1_1.Text)),Trim(Upper(LocalColumn))))},
     If(Checkbox1.Value=true,Filter1,Filter2)))


    _____________________________________________________________________________________
    Please give a thumbs up if I resolved your issue! Please click Accept as Solution to close the topic!

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 421 Most Valuable Professional

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard