Microsoft Fabric parametrize DataFlow Gen2
Lets say i want to get data from: https://gorest.co.in/public/v2/**users** and https://gorest.co.in/public/v2/**posts** with one dataflow. Using the copy data activity we could simply put it in a for each loop and parametize the enpoint. And then use one copy data activity to get all the enpoints we need.