Issue with salesforce node get account

Describe the problem/error/question

I’m using a n8n local instance in the latest version, and i want to get account data with the dedicated salesforce node.
I’m facing a strange issue, when i passed in parameter the Account ID like this it’s work.
image
image

But when i use the expression it’s not work and i have a Saleforce error message.
image
The Account ID it the same but it’s doesn’t work.

I try to get more information about this node execution with n8n api and i have it :

Thanks for your help, i prefer use salesforce node rather tan the http node if it’s possible.
Regards,

Information on your n8n setup

  • n8n version: 1.50.2
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via : Docker Desktop 4.32.0 (157355)
  • Operating system: Windows 11

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

hello @Tom_E

Do you have only one input item or more? It isn’t clear from the screens.

Hello, yes i have multiple item before this node. I use a split node to treat each item one by one.
image

The object $json.saleforceId is a string and contain a single value.
image

Regards

Can you please check that the key salesforceId exists for each item? It seems some of items do not have it.

1 Like

Hello @barn4k ,
Indeed, I have an account that does not exist on the Salesforce sandbox.
I handle the case by forcing the error stream.

image

Thanks à lot,
Regards,

1 Like

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