Hey,
the default function of add_or_update_contact (SendinBlue) does not update the contacts. It gives the error message : {“code”: “duplicate_parameter”, “message”: “Contact already exist”}
Which is true, because the contact should only get an update.
Could you share more about how do you use the default function of add_or_update_contact (SendinBlue)? This is in order for me to reproduce your issue. Are you using Pipedream native action, or import it yourself?
If I do it this way, it works for the one value in the array. But I currently can’t get the email addresses to be read from the array and copied to a list.
But I currently can’t get the email addresses to be read from the array and copied to a list.
Could you elaborate the end goal you want to achieve? I suspect that you’d want to loop through your email and the perform the add or update contact. If so, you can refer to this workaround from Pipedream team to replicate the loop functionality (unfortunately, native loop support is still in active development and is not available right now)