How to write on multiple excel sheets

Hi!

Please can you explain how to design a workflow to write to multiple excel sheets.

Hi!

Below is a parent process and its child workflow.

Parent Process:

Child Process:

The key to writing to multiple excel sheets is the use of the Block this step until step finish. This step can block rows from passing until writing to the previous sheet is complete. In this way there will be no collision in writing to multiple sheets in the same excel file.

2 Likes