cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
egornua1
Helper V
Helper V

Filter array returning empty []

Hello All,

 

i have an excel sheet where i am using list rows present in table and then filter array for multiple values.

 

Filter array is returning blank even when the condition is one value.

Name of field in excel table is Delivery Terms

 

any ideas?

Thanks for your time.

 

DeliveryTermsAdvanced.JPGDeliveryTermsBasic.JPG

 

1 ACCEPTED SOLUTION

Accepted Solutions
tom_riha
Super User
Super User

Hello @egornua1 ,

you must use dynamic contents in the condition, as you have it now you're just comparing two strings, checking whether 'Delivery Terms' string is equal to 'DDP' string.

Instead of the 'Delivery Terms' string use the related dynamic content or an expression that could look like:

item()?['Delivery Terms']

 



[ If I have answered your question, please Accept the post as a solution. ]
[ If you like my response, please give it a Thumbs Up. ]

[ I also blog about Power Automate solutions even for non-IT people. ]

View solution in original post

2 REPLIES 2
tom_riha
Super User
Super User

Hello @egornua1 ,

you must use dynamic contents in the condition, as you have it now you're just comparing two strings, checking whether 'Delivery Terms' string is equal to 'DDP' string.

Instead of the 'Delivery Terms' string use the related dynamic content or an expression that could look like:

item()?['Delivery Terms']

 



[ If I have answered your question, please Accept the post as a solution. ]
[ If you like my response, please give it a Thumbs Up. ]

[ I also blog about Power Automate solutions even for non-IT people. ]
egornua1
Helper V
Helper V

@tom_riha - Thank you, that worked, much appreciated.

Helpful resources

Announcements
Power Automate News & Announcements

Power Automate News & Announcements

Keep up to date with current events and community announcements in the Power Automate community.

Community Calls Conversations

Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Automate Community Blog

Power Automate Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Users online (2,158)