Hello Alteryx Community,
I’m facing an issue with the Block Until Done tool. My workflow uses three Output Data tools that all write to the same Excel file. I added Block Until Done to ensure sequential execution, but I still get errors.
Expected:
Each Output Data tool writes to the file one after another without conflict.
Actual:
I receive the following error:
Can't open file: \\path\RTR_SAP_MJEs_PES_2025-09.xlsx. The process cannot access the file because it is being used by another process (32).
Details:
- File type: Excel (.xlsx)
- AMP engine: Enabled
- Output mode: Overwrite existing sheet
Has anyone experienced this? Is there a better way to handle multiple writes to the same file?
