Hi,
What I want is to check if the company already exists in Airtable, if yes then add contacts.
Otherwise create company and then add contacts.
The only thing is when I run the Airtable node only the matching item remains. For which I only need to add contacts.
This way I can not do an action for the remaining items, the action will ben add company and add contacts.
What Can I do to solve this?
Thanks in advance.
Greetings,
Robin
OUTPUT Split:
[
{
"message.content.companies": "Uit Holland"
},
{
"message.content.companies": "Nedmarine"
},
{
"message.content.companies": "Jellice"
}
]
OUTPUT Airtable:
[
{
"id": "recsjF4TVuLTyWWvA",
"createdTime": "2025-02-24T18:20:30.000Z",
"Name": "Uit Holland",
"Country": [
"rec0zBbuBb7yjqMtf"
],
"Date added": "2025-02-24",
"Contacts": [
"recLQrLH7rj1lSopd"
],
"Events": [
"recStpUTPeQng0ssZ"
],
"Domain": "uitholland.eu"
},
{
"id": "recqIhsbZBuH7TTla",
"createdTime": "2025-02-25T08:37:34.000Z",
"Name": "Nedmarine",
"Country": [
"rec0zBbuBb7yjqMtf"
],
"Date added": "2025-02-25"
}
]