Hi Team,
We observe that after create rule is triggering even if AD account is already exist in native application.
We wanted to stop trigger this rule to existing users in native application and we have added condition to allow only for creation operation.
Is that possible to put condition like if create Operation is Success then only will allow them to trigger After connector rule.
For REF :
if($operation -eq “Create”){
$command = -join ($command, " -requestString $requestAsString")
. C:\HomeDrive-Exchange\UKG-Exchange-HomeDrive-PowershellScript.ps1 “$sAMAccountName”
}
Thank you,
Saikumar