Ldap Node - Update Attribute Multiple Values

Using the ldap node to update proxyAddresses attribute in AD accounts.
I’ve tried doing update and adding the attribute twice with both values but it obviously errors with already exists, tried sending it via an array as well.

JSON for the ldap input "
[
{
“proxyAddresses”: [
SMTP:[email protected]”,
smtp:[email protected]
]
}
]"

Error message is “argument must be a string (was: object)”

Anyone happened to try this or similar before?

Thanks!

~Matt

Information on your n8n setup

  • **n8n version:1.97.1
  • **Database (default: SQLite):SQLite
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • **Operating system:RHEL 9.5

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.