Hi 44406131,
Thank you for posting query in Microsoft Q&A Platform.
If I understand correctly, you are trying to copy multiple tables, and to do this, you may be having a loop (foreach activity) to loop through every table name and inside loop you may be using Copy activity. Please correct me if my understanding is wrong and share more details on implementation.
If above is true, then to copy parent table first and then copy child table, make sure in the loop parent table comes first and in the ForEach activity, set Sequence execution to true.
For any reason, you cannot control order of table names in the loop then try to take only parent table names from source first and process them. After that take child names and process them.
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer
button. Accepted answers help community as well.