I’m trying to create a new entity (CRM/Activity).
It seems it’s all fine with my data. But I get this error. Anything wrong here from my side?
Looks like the text to be used contains a line break. Could that be the problem?
Nope. For the test sake I’ve “hard coded” the email address. The issue is still there.
Hi Chris, I really need this working. Should I better consider using Fibery API instead of n8n’s Fibery component as a work around?
Have you experimented with trying to write a simple string (not an email address) to see if there are problematic characters (the @ perhaps)?
What about trying to write the email to other fields? Or to other dbs/entities?
It would be good to find the root cause
Good one. It was my bad - used an email text value instead of referencing the email db entity.