SendInBlue add_or_update_contact / update contacts does not work

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.

Thanks for the help
Dirk

Hi @dlimmer,

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.

Helo @dlimmer,

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)

Yes, that is exactly what I want to do. The data arrives via an external source as json. See screenshot. From this the list should be updated.