Exporting Data into Multiple Tabs in one Excel file

I setup a project where I have three derived tables where I want to export results into multiple tabs within the same Excel file while selecting Reload and run to minimize the number of clicks and become more efficient. However, when I select Reload and run, I encounter the following error. Is there a way to accomplish this action within my project? Thanks.

Independent, derived tables are calculated in parallel in EasyMorph to speed up things. However, if they write/update the same file at the same time, it will cause access conflicts as in your case.

Use the "Synchronize" action to synchronize the execution order between independent tables. See this topic:

1 Like

Thanks. It worked and very helpful.