
I created a flow from this post
Need to send specific rows to specific people - Power Platform Community (microsoft.com)
However, all is working except the Filter Array part for whatever reason, I cannot get it t work.
It shows all records and does not filter against the Purchase Email Address
Any suggestions!
The compose formula is
I found the issue form this post, I'm not the only one....
Solved: Re: Filter Array not Filtering - Power Platform Community (microsoft.com)
Why can't the fields populate correctly????
Changed the below
@equals(items('Apply_to_each')?['Purchase EmailToAddress'], outputs('Compose'))
To
@equals(item()?['Purchase EmailToAddress'], outputs('Compose'))
Voila the filtering works!!!