I am using Azure data factory V2 to migrate data from Azure table storage to Azure cosmosDb sql Api. Under my subscription, I have multiple tables from which I want to move the contents to cosmosDb. All the tables have same format. I am able to copy data by creating a copy activity for single table. Names of the table are not static (cannot be guessed) as they are per user and depends on userID e.g Table_UserID.
I looked into "Lookup" and "Foreach" activity of ADF but seems like lookup activity works in specific source table to get the contents.
Looking for help on how can I loop over all the tables and copy over the data.