Workflow to push identitynow value to Azure AD

Hello Team,

We would like to create a workflow, which takes the value from identityNow user profile and send it to Azure AD Filed. It should send based on lifecycle state of a user i.e Active and only if Azure AD has null value. if Azure AD filed already contains a value, then it should skip. Could anyone please suggest.

Kind regards
Mane

@Mane1, I believe accomplishing this through a workflow might be challenging, but you can achieve it by leveraging attribute sync. Construct a transform to examine the user’s lifecycle and a specific field in Azure. Check if the Azure field is null and user is active, and if so, return the desired value to be written to Azure. Additionally, directly return the value from the Azure field if it’s not null to prevent unnecessary synchronization.

Thanks,
Sushant

3 Likes

Thanks a lot @Sushantmr . We will try.

Kind regards
Mane

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.