Data Processing & Analysis
Extract expenses from emails and add to Google Sheet
Extract expenses from emails and add to Google Sheet
Manual
Medium
6
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
6
Node Types
0
Workflow JSON
4.1 KB
{
"id": 90,
"name": "Extract expenses from emails and add to Google Sheet",
"nodes": [
{
"name": "Check subject",
"type": "n8n-nodes-base.if",
"position": [
800,
300
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"subject\"].toLowerCase()}}",
"value2": "=/{{$json[\"subjectPatterns\"].toLowerCase()}}/",
"operation": "regex"
}
]
},
"combineOperation": "any"
},
"typeVersion": 1
},
{
"name": "Setup Variables",
"type": "n8n-nodes-base.set",
"position": [
620,
300
],
"parameters": {
"values": {
"string": [
{
"name": "subjectPatterns",
"value": "(expenses|reciept)"
}
]
},
"options": {}
},
"typeVersion": 1
},
{
"name": "Che...Showing first 1000 characters. Click "Expand" to view the full JSON.