I am trying to copy data from Sharepoint List to Azure Database for MySQL by using Azure Data Factory. I want that everytime I run this data pipelines, ADF must create a new table and copy data over there. Now, the problem is ADF does not let me confugure sink connection to create new tables in MySQL but instead is enforcing me to select out of the existing tables to recieve data using this data factory.