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.
@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.