Hi @Muralikrishna Pirla ,
Thank you for posting query in Microsoft Q&A Platform.
Only adding collection reference will not work, you need add mappings either manually or dynamically.
Below is the sample screenshot which shows mappings.
Manual mapping works only if all the 40 objects/Tables has same schema(column names). If its not same then you need consider dynamic mapping.
When I say dynamic mapping, you need to store your mappings json for each object in some file or tables and read that mapping dynamically and pass it in to Copy activity. To know more about this you can refer below video.
https://www.youtube.com/watch?v=b27gmOufge4
To know more about Schema and mappings in copy activity Click Here.
Hope this will help. Please let us know if any further queries. Thank you.
---------------------------
- Please
accept an answer
if correct. 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.