0
votes

my overall tasks exists of 2 activities.

  1. Copy from REST to SQL staging
  2. 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?

enter image description here

1

1 Answers

0
votes

try having those 2 activities in other pipeline which accepts parameters and call this new child pipeline from "Execute Pipeline" avtivity inside for each loop