Need help - Workflow conditions

Hi there,

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.

Database structure:

User:
Firstname Last Name Email
Candidate:
First Name Last Name Email

Workflow:
image

Thank you for the help!

Hey Osama,

You need to do two action steps:

  1. Create a new User with the condition Search for User:count is 0 -> constrained with Email = Input Email’s value
  2. 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

Hope that helps
Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

3 Likes

Thank you once again Ambroise - it works like a charm !

1 Like

You’re welcome Osama - happy Bubbling!

Ambroise

Need extra help?

Book a free 15 minutes call - happy to help if I can

1 Like