Hello! @nasreen-akter @MartinJaffer-MSFT
As usual, I am having trouble with an Expression in a Filter activity...
I want to say if all employees with @item.Company = BCO, BED, BSC, and BNB proceed...all others filter out but I can't get the syntax correct....have worked on this for a while...
This is what I tried:
@or(contains(item().company,'BCO'),contains(item().company,'BED'), contains(item().company,'BSC'), contains(item().company,'BNB'))
But doesn't work....
Thanks!
Mike


