I am trying achieve the following functionality but i cant figure it out - can someone please help?
Currently I have a workflow that creates a new candidate - But I would like that it would not create a candidate if that candidate (email) already exists - and If it exists I would like to update the First Name.
Create a new User with the condition Search for User:count is 0 -> constrained with Email = Input Email’s value
Make changes to User (Search for User:first item constrained with Email = Input Email’s value) with the condition Search for User:count > 0 -> constrained with Email = Input Email’s value