Use case: I want to update an Excel-file on Sharepoint and also upload a new file to Sharepoint. The files in question are not used for collaboration.
Observation: The authentication procedure at my organisation is not supported by the “Microsoft 365” package by UiPath. Using UiPath.Excel.Activities, it is possible to read files on Sharepoint by entering a document’s share URL in the “Excel file” field of the “Use Excel File”-activity. However, writing fails (“read-only”) despite it not being in use and despite using click-activities to “Enable Editing” during runtime.
Request: If possible, how can I overcome these obstacles reliably using official packages?