Consider using the “Excel Application Scope” activity with the “Visible” property set to False to perform background automation. This can improve performance.
Implement robust error handling in your automation workflow. Use try-catch blocks to capture errors and log relevant information to understand where the issue is occurring.
Excel containing 5 sheet and each sheet is linked with formulas.
I couldnt read and write data in a new sheet
it shows error like “An Unexpected Error Occurred”
After writing the data the entire format of the excel got changed
Solution -
I Used modern excel activity to read that particular excel and modern activity to write the excel