Hi all,
How can I use business process to check an email existed or not, and add new email for a contact if not existed?
Thanks
Like
2 comments
19:00 May 27, 2019
Hello,
All contact emails are stored in the object Contact communication object, so in order to check if such record exists you need to count records with the email (http://prntscr.com/nu09fv). If the calculated number is 0 you can add email to Contact using Add data element adding the Contact communication option (http://prntscr.com/nu0btq)
Best regards,
Dennis
Show all comments