Hello.
I’m working on a workflow that produces 3 outputs, those outputs are intended to load into an Excel File with 3 tabs.
But when the workflow is done an error message emerges for TAB1.

The process cannot access the file because another process has locked a portion of the file. (33)
And of course the data is not in the TAB.
Then I try to load “only” the tab in question (using a dummy table), it works fine.
Is it possible to make the workflow to Load the info in the Excel file in a Sequential way (TAB1-TAB2-TAB3) I think I am having this error because all the tabs are receiving information at the same time, maybe in there are loaded in order that error could disappear.
Thank you.