Currently, our "write to table" feature doesn't automatically indicate the source table for added rows. However, you can achieve this by adding a custom column in your destination table to store the source table information.
When setting up the "write to table" action, you can include an additional column mapping. In this mapping, you'd create a new column in the destination table (e.g., "Source Table") and set its value to the name or ID of your source table.
This way, each new row added through the "write to table" action will include information about its origin.
Is there a specific reason you need to track the source table, or are you looking to achieve something particular with this information?