Hi everyone,
I’m running into a strange issue with an n8n workflow that pulls data from Salesforce, and I’m hoping someone can help me understand what’s going on.
Setup:
I’m using n8n to fetch data from Salesforce PricebookEntries.
Observed behavior:
When I run the workflow manually, I get 995 records (expected numbber) from Salesforce.
When the same workflow runs via the Schedule Trigger, I only get 587 records.
This makes me suspect that the scheduled run is not retrieving all pages of data (pagination issue?).
Workflow structure (simplified):
Screesnhot off when it is run via the shedule trigger (too little results):
vs. when I execute it manually
The relevant part of the workflow:
My questions:
Could this be related to pagination not being fully executed in scheduled runs?
Is there any known difference in how n8n handles Salesforce nodes between manual and scheduled executions?
Are there settings (like “Return All”) that behave differently depending on the trigger? - I can’t find anything like that in that node.
What I’ve already checked:
Any ideas or pointers would be greatly appreciated!
Otherwise I will have to try it with a http node.
Thanks in advance ![]()

