KirstynnRowe
2 years agoQrew Member
Pipeline
I have a pipeline that is going to send an email to multiple fields. It seams to error when one of the fields is not filled in. How do I get around this as it will not always be filled in? ...
They are not required fields...
Can you post a screenshot of the error message?
Sure!
This one looks like there is a problem with the email.id. Either the to address is missing or they are not separated correctly or has additional characters.
If the number of fields containing the email.id's are 2 then you can add loops and in the if condition you can check if the email field is filled. If it is set then send the email otherwise branch to else condition and send the email to the ID in the second field.