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 Automate / ODATA Filter for multi...
Power Automate
Unanswered

ODATA Filter for multiple values that are in a delimited string

(0) ShareShare
ReportReport
Posted on by 1,142

Thank you for taking the time to read my question.

 

I have a flow working but now need to add another filter to my "List rows" step

 

Today I have a condition that determines if dates are sent. If they are, then I have a "List rows" that has contains ODATA filter in the "Filter rows" field for date and AssetType, if not, then I only filter on AssetType.

 

I now need to add an additional filter on Region. In my PowerApps the regions a user has access to are in a comma separated list "East, West, Central, USA". I can pass this string as a string, or I could pass it as a Collection which would result in an array in Power Automate.

 

The flow creates a csv which is then turned into a file using "Create file 2".

 

What is the best way to pass the potential list of Regions to Flow so that I can filter my "List rows" step? (A user can have 1 or many regions assigned to them)

 

My Current "Parse JSON" step:

{
 "type": "object",
 "properties": {
 "AssetTyp": {
 "type": "string"
 },
 "WarEndDt": {
 "type": [
 "string",
 "null"
 ]
 },
 "WarStDt": {
 "type": [
 "string",
 "null"
 ]
 },
 "tUser": {
 "type": "string"
 }
 }
}

 

iwonder_0-1662730181553.png

 

Thank you very much

Categories:
I have the same question (0)
  • Verified answer
    lbendlin Profile Picture
    8,474 Super User 2025 Season 2 on at

    This is where you need to get to

     

    OData IN Operator filter function - OData | Microsoft Docs

     

    You'll have to massage your string accordingly.

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…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard