Tom_E
July 23, 2024, 3:57pm
1
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.
But when i use the expression it’s not work and i have a Saleforce error message.
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
n8n
July 23, 2024, 3:57pm
2
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:
barn4k
July 23, 2024, 6:42pm
3
hello @Tom_E
Do you have only one input item or more? It isn’t clear from the screens.
Tom_E
July 23, 2024, 7:28pm
4
Hello, yes i have multiple item before this node. I use a split node to treat each item one by one.
The object $json.saleforceId is a string and contain a single value.
Regards
barn4k
July 24, 2024, 1:56pm
5
Can you please check that the key salesforceId exists for each item? It seems some of items do not have it.
1 Like
Tom_E
July 24, 2024, 8:53pm
6
Hello @barn4k ,
Indeed, I have an account that does not exist on the Salesforce sandbox.
I handle the case by forcing the error stream.
Thanks à lot,
Regards,
1 Like
system
Closed
July 31, 2024, 8:53pm
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.