I have added a Set node to add two values to a variable that is created at the start of the workflow.
What is the error message (if any)?
ERROR: Can’t get data for expression under ‘Values to Set > Number’ field
Please share your workflow
Share the output returned by the last node
Previous Postgre node is running an SQL query. Here is its output [ { "success": true } ]
Missing pairedItem data (node ‘Postgres1’ probably didn’t supply it)
Item Index: 0 | In or underneath Parameter: Values to Set > Number
[
{
"name": "MyOffset",
"value": "={{ $('Set MyOffset to 0 and MyLimit to 10').item.json.MyOffset + $('Set MyOffset to 0 and MyLimit to 10').item.json.MyLimit }}"
}
]
Perfect so it looks like this will be related to Paired Items and we seem to be aware of this one already and will likely fix it in the future but you may need to reorder your workflow for now for things to work.
Out of interest what is the query your Postgres node is running?