Hello,
I have created a workflow to track daily matrix. The workflow uses an ad hoc table and SQL query. The output of the SQL query is added to the table using Union and then the output is stored as the same table by dropping the table and creating the table with same name. This is so that next day when I run the workflow, I have previous day's data. Please see attached screenshot.
The reason I had to do this is because I do not have Write access to the tables.
I scheduled this workflow in my company's private gallery. When the workflow runs through gallery per the schedule - it gives an error that "Error creating a table - Table already exists". But, when I download the workflow and run it through desktop. It works fine.
Any idea why this could be?
Thanks,