Announcements
hi Team,
I have column Title. I need to find out if Title CONTAINS {"City","Right","Fuel","Person"} keywords. If yes then do operations.how do i compare multiple keywords at a time.
Regards,
Hey @Narendra90
So, you are checking if the title contains one of these???
Then you can do something like this:
Click on the add and click on add a row
And then click above and click on OR.
I hope this was you were looking for. 🙂
Hi @Narendra90 ,
Could you please tell me what is the data source?
Here is a test about share point list
Please try Filter Query
substringof('City', Title) or substringof('Right', Title) or substringof('Fuel', Title) or substringof('Personl', Title)
Here is a link for your reference:
Power Automate OData filter query with examples - SPGuides
If this post helps, then please consider Accept it as the solution to help the other members find it.
Best Regards
Cheng Feng
datasource is excel file located on sharepoint. It contains all the keywords.
Contains can only be used once in a FilterQuery of [List rows present in a table]
Please use [Filter array] after [List rows present in a table]
Choose "Edit in advanced mode"
Set the value:
@and(contains(item()?['Title'], 'City'),contains(item()?['Title'], 'Right'),contains(item()?['Title'], 'Fuel'),contains(item()?['Title'], 'Person'))
Power Automate Filter Array + Examples - EnjoySharePoint
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 286
David_MA 256 Super User 2026 Season 1
Expiscornovus 225 Most Valuable Professional