Microsoft Office 365 Scope application asset configuration

Dear community users,

Is there anyone with experience in configuring and utilizing assets within the “Microsoft 365 Scope”? Any assistance would be greatly appreciated.

image

1 Like

Hi!

This article should help you.
Activities - How to use Microsoft 365 activities without Integration Service connections (uipath.com)

1 Like

Hi,

Thanks for the link.

I have somehow managed to configure the asset.

But the Microsoft 365 Scope gives me still the following error:
You must provide a value for ApplicationId

The value pair is already provided in the asset (Json format)

When using the Asset to set up the M365 Scope Activity parameters, can we avoid exposing values like the certificate password in the asset?

{
    "CertificateAsBase64": "",
    "CertificatePassword": "",
    "ClientSecret": "",
    "Environment": "Default" | "Global" | "China" | "Germany" | "USGovernment" | "USGovernmentDOD",
    "Mode": "interactive",
    "OAuth2AppData": {
        "ApplicationId": "",
        "TenantId": ""
    }
}
1 Like

I don’t think so.
I’d use the properties panel in the activity if you want to avoid exposing values.

1 Like