I am setting up a workflow that will perform a custom query on our HR database to pull back all active employees in the system. I would then like to perform an Update activity based on the employee number in another database. That part I can figure out without any problems. After that, if the employee is not already found in the database I would like to insert them into it.
I was thinking I could use a conditional decision and look at the Update Data activities results to see if there was a token that was created for a lookup that was not found, but no luck. Any ideas on how I can accomplish this?