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 / Filter: And/or combini...
Power Apps
Answered

Filter: And/or combining string and boolean

(0) ShareShare
ReportReport
Posted on by 48

Hello,

 

I have a table called bookmarks and I need to filter the data on two possible combinations with one combined output.

 

Option 1

active=true
global=true
table="sites"

 

Option 2
active=true
table="sites"
userid="1"
projectid="1"

I have tried using and or but get an error saying I cannot combine them. What would the best way to achieve this - I need to return a single collection with both these options.

 

Thank you,

 

Adam

Categories:
  • Verified answer
    Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @adamjones_kkp 

     

    Try this formula,

     

    ClearCollect( 
    CombinedOutput,
    Filter(
    Bookmarks,
    (active = true && global = true && table = "sites") ||
    (active = true && table = "sites" && userid = "1" && projectid = "1")
    )
    )

     

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

  • adamjones_kkp Profile Picture
    48 on at

    Hi @Rajkumar_404 ,

     

    Thank you for your help - this worked perfectly.

     

    Thanks!

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard