I have two Lookup activity in my pipeline and I want to pass arrays of both Lookup activity in one ForEach activity. Here is the sample scenario:- 
- did it answer your query ?Nandan– Nandan2021-08-09 03:55:40 +00:00Commented Aug 9, 2021 at 3:55
- ya, it ansewered.Robin Kadian– Robin Kadian2021-08-09 05:18:05 +00:00Commented Aug 9, 2021 at 5:18
Add a comment |
1 Answer
You need to use Array functions to create a common array like union https://www.sqlservercentral.com/blogs/working-with-arrays-in-azure-data-factory
and use it in For each