Hi @Nuno Trigo ,
Thankyou for using Microsoft Q&A platform and thanks for posting your question here.
As I understand your query, you are trying to create a dynamic dataflow that can be utilized to perform data transformation and data movement for multiple tables. Kindly let me know if that is not the ask.
You will need to use a parameterized dataset that uses a dataset parameters for the name of the table. Then, pass a string parameter from the Foreach activity that contains the table name into the dataset parameter for that data flow activity.
In dataflow, you need to use schema less datasets for your Source and Sink transformations and either use "automap" on the Sink or write a rule using rule-based mapping to map columns based on patterns.
This video helps explain how to do it: ADF Transform Multiple Tables in Single Pipeline
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on or upvote button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators