We would like the ability to combine or merge two or more tables that share the same structure. At the moment, we achieve this by using a loop task to iterate through each table and append its rows into a single table. This approach is not very straightforward and may lead to performance issues when handling large row counts.