Hi all,
We have configured a DocuSign Enterprise App in Entra. SSO is already working but now I have tried to configure the provisioning and here I am facing a problem. The problem is the switch expression that is needed to assign the correct permission profile to the DocuSign users.

In the first step we configured for 2 of the groups a role in the App registration. Then we assigned this role to the groups

Now its the step where we have a problem. If we open the expression build and copy the expression from the official guide we always get a NULL as output. The user that we are using for the test is assigned to Entra group Advanced so there should be a result shown. The role Advanced is enabled and the value is set to “Advanced” and this is what we are using in the expression.
Switch(SingleAppRoleAssignment([appRoleAssignments]), "XXXXXX", "Advanced", "YYYYYY")

We also set the scope for provisioning to “Sync only assigned users and groups.
Does anyone have an idea what the problem is and how to fix it?