Completed(error skipped)- Entra ID

JanaT
Tera Contributor

Dear Community.

 

The following flow is created to automate the catalog item 'Create Microsoft Entra ID groups'. For that we first need to check wether the users, we want to add into a group, already have a Microsoft Entra ID user or not.If its not, then we need to create a user first. The test run always is -Completed(error skipped). The error happens in the Action Look up User step 6. Unfortunately I can't get any further.

1 REPLY 1

flawed_81
Tera Guru

It looks like you are trying to use SN user ID instead of fetching it from Entra. The Look up user asks for the ID in Entra not the one in SN as far as I know. I would do a Look up based on the coalesce field you have set up (e.g., principal name) and that way it should get the entra ID that you can use in next steps.