I have a project which exports data into 6 sheets of an Excel workbook. However, it doesn't export them reliably. After the project runs to completion, I have to go back and run all 6 export actions again, one at a time, to ensure the data actually shows up in the designated sheets. Any suggestions?
Make sure you don't attempt to export sheets in parallel. You may need to use the "Synchronize" action to execute the export actions sequentially in a defined order.