Hi @Anonymous ,
Thank you for posting query in Microsoft Q&A Platform and Thanks for sharing details on clarifications.
Filter activity will help you to filter your items from input array and it returns array back.
In your it seems you are trying to filter value array which you got from lookup activity. And, it seems your condition is to take only items which has Enables property as 1.
You need to correct expression inside filter activity --> Settings --> Condition as @equals(item().Enabled,'1')
. This will filter your value array to return only items which has Enabled property as 1.
Hope this will help. Thank you.
- Please
accept an answer
if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how. - Want a reminder to come back and check responses? Here is how to subscribe to a notification.