Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Distinction between item() of Filter Activity and item() of ForEach Activity

Currently, there doesn't seem to be a way to reference item() separately when Filter is within ForEach. In my example, I use Filter within my ForEach to filter down a table that from a previous LookUp activity. The idea is to get a record from LookUp (using Filter) to match the current item() of ForEach loop. The issue is when defining the expression for Filter, I'd use "@equal(FilterItem, ForEachItem)" and that can't be done since there's no clear distinction for "item()" in this scenario. Hope this gets improved soon. It may be a minor but large improvement for data pipelines. 

Status: New