It looks like there may have been some corrupted JSON from what you copied in the fields
option.
The copied version you provided:
"meta": {
"instanceId": "5075db765cec2926eec6cbc28d1afff2f7e79cbcf995f9b290e7d1ff27036e3f"
},
"nodes": [
{
"parameters": {
"operation": "getAll",
"projectId": "one_zendesk_4bdy",
"table": "tickets",
"downloadAttachments": "false",
"options": {
"fields": [],
"where": "=({{$node[\"Unify Request Globals\"].json[\"sourcePrefix\"]}}_ticket_id,eq,{{ $node[\"Webhook call from BWI Zendesk\"].json.body.ticketId }})~and(environment,eq,{{$node[\"Unify Request Globals\"].json[\"sourceEnvironment\"]}})"
}
},
"name": "Search for a Ticket Reference",
"type": "n8n-nodes-base.nocoDb",
"position": [
380,
240
],
"typeVersion": 1,
"alwaysOutputData": true,
"id": "7bf4557c-5e74-419b-8fc8-60089fb01f00",
"credentials": {}
}
],
"connections": {}
}
And my edit was taking out lines 11-16 that specified some additional options, like this:
{
"meta": {
"instanceId": "5075db765cec2926eec6cbc28d1afff2f7e79cbcf995f9b290e7d1ff27036e3f"
},
"nodes": [
{
"parameters": {
"operation": "getAll",
"projectId": "one_zendesk_4bdy",
"table": "tickets",
},
"name": "Search for a Ticket Reference",
"type": "n8n-nodes-base.nocoDb",
"position": [
380,
240
],
"typeVersion": 1,
"alwaysOutputData": true,
"id": "7bf4557c-5e74-419b-8fc8-60089fb01f00",
"credentials": {}
}
],
"connections": {}
}```