AgileCRM Bug or Operator Error?

Describe the problem/error/question - I recently started using AgileCRM and was looking to add contacts/companies through a n8n workflow. What I encountered was then when I tried to add the ‘addresss’ field it added a field for the address but it was populated with an email format. It also automatically added the ‘email’ field when the address was selected. If I delete one, they both disappear. Is this user error or a bug that could be fixed? Thank you very much.

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.0.5
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system:
    agile1

Hi @wtheory :wave: Can you try updating to at least 1.1.1 and see if the issue still persists? I’m not getting this behaviour on that version so this may have been fixed :thinking:

Hi @EmeraldHerald. Thank you for the quick reply. I upgraded to the latest version 1.3.1 and it still behaves the same for me. I captured a quick video of what it’s doing. Appreciate your help/feedback.
It’s here

Hey @wtheory,

This looks to be a bug in the node, It looks like the address and email fields both have the same internal name for the Company resource.

I have pushed a quick fix which can be found below which will be available in a future update once reviewed and merged.

2 Likes

Thank you very much!

1 Like

New version [email protected] got released which includes the GitHub PR 6997.

1 Like