I just want to search the database for email address which was not registered with any other user. If it is registered then customer should get message as this email address is already registered. If not it will successfully add in database. How to do this flow. Could you please help me with this.
Use condition node for the next step: If email exists, display a message using text node. elseif, use Database node > Insert to insert that email to your DB.