my overall tasks exists of 2 activities.
- Copy from REST to SQL staging
- MAP from SQL staging table to original Table
at pipeline level i have 2 variables.
payload to pass jsonPayload and then i want to run the above mentioned 2 activities in a loop against different urls. for that i have a second pipeline level parameter called 'relativeURLs' which is and array of urls.
in a foreach loop i want to call my activity 1 and 2 but when i click foreach it looks like i have to define my activities 1,2 from scratch. cant i simply refer the existing ones?