Hi everyone,
I’m currently working on an automation in UiPath Studio X that downloads an Excel file from the internet, and after it’s downloaded, I need to send it via Outlook.
However, I’m facing an issue. According to our corporate policies, every document must have a classification label (e.g., Internal, Public, etc.). I haven’t found any built-in features in UiPath that support setting these values. My workaround has been to open the Excel file, click “Enable Editing,” and manually set the classification type.
Unfortunately, I keep encountering this error: “Indicate in Excel failed. Error: Invalid index. (0x8002000B (DISP_E_BADINDEX))”
I need to resolve this because when I try to send the file via Outlook, a dialog box from Titus (our classification tool) appears, and I haven’t found a way to automate interacting with it.
Any suggestions or solutions would be appreciated!