Hi all,
I'm trying to create a notification workflow within ACS that will send me an email if any duplicate profiles are present in the system.
I have all the logic set up to identify duplicate profiles, but I can't seem to find a way to to set the automated email to only notify a specific individual (me).
I can query the creator, and reconcile that against admin profiles to generate the email to the person who created the duplicate profile, but that's not what I need. I just want to generate the email to me each time ONLY if there are duplicates present.
Is there a way of setting some logic up that looks to see if there is any data incoming from the previous activity, and if so it passes a specific value through to the email delivery activity - If no data from the incoming activity is present, it ignores the next activity and doesn't generate the email.
I feel like there is probably a relatively simple solution, but currently my mind is blank!
Thanks.