## Describe the problem/error/question
Im trying to pull newly added data from 3 columns in google sheets from the new row thats added. I have a trigger setup for this which does not error. My clickup trigger seems to be setup fine. My issue is between the google sheets trigger, and the clickup trigger I believe. I am not sure what node should go there and how to set it correctly.
The google sheets doc I am monitoring has numbers sequentially filled out in column A ( about 100 ). These numbers are our job #'s. Each new job that comes in, we fill in columns B and C in that row with the job name and customer name.
How can I monitor the rows that have no yet been filled out yet, and when it does have new data entered, what node would I use to “translate” it for the clickup node? Thank you and sorry if this is a very basic question!
{
"meta": {
"instanceId": "b60c7000ddfc73afd23dba37589f2f93f0e3f870f3120a88d32d4b506c90fce6"
},
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"documentId": {
"__rl": true,
"value": "https://docs.google.com/spreadsheets/d/1FDMdWZATbn99DyTEV4NpW5Uscc4TyIUk9tVN0BsvsRo/edit#gid=0",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": "gid=0",
"mode": "list",
"cachedResultName": "JOB LOG",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1FDMdWZATbn99DyTEV4NpW5Uscc4TyIUk9tVN0BsvsRo/edit#gid=0"
},
"event": "rowUpdate",
"options": {
"columnsToWatch": [
"Client"
],
"dataLocationOnSheet": {
"values": {
"rangeDefinition": "specifyRangeA1",
"range": "A16925:C17000"
}
}
}
},
"id": "5b4913f5-337a-4d34-9ffd-be9d09d5925d",
"name": "Google Sheets Trigger",
"type": "n8n-nodes-base.googleSheetsTrigger",
"typeVersion": 1,
"position": [
0,
80
],
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"id": "s1ThZM5Q1gawbHv8",
"name": "Google Sheets Trigger account"
}
}
},
{
"parameters": {
"jsCode": "\n"
},
"id": "4c315d12-c589-49f3-92a3-cf39ea264421",
"name": "Code",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
180,
80
]
},
{
"parameters": {
"authentication": "oAuth2",
"team": "9011142262",
"space": "90110365304",
"folderless": true,
"list": "901101702225",
"name": "= {{ $json.26642 }",
"additionalFields": {}
},
"id": "f5b7e004-743b-4189-9f5a-8446b58ca7e9",
"name": "ClickUp",
"type": "n8n-nodes-base.clickUp",
"typeVersion": 1,
"position": [
360,
80
],
"credentials": {
"clickUpOAuth2Api": {
"id": "6v7Rbd0DqXMWxSbp",
"name": "ClickUp account"
}
}
}
],
"connections": {
"Google Sheets Trigger": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
},
"Code": {
"main": [
[
{
"node": "ClickUp",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {}
}```
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->
## Information on your n8n setup
- **n8n version:**
- **Database (default: SQLite):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via n8n cloud
- **Operating system:** Ventura 13.4





