Hello Community,
I have an invalid payload message on an HTTP POST call from n8n node with the following filter :
{
“filter”: {
“condition”: {
“conditions”: [
{
“leftSide”: “email”,
“operator”: “IS”,
“rightSide”: “toto@x.com”
}
]
}
},
“paging”: {
“offset”: 0,
“limit”: 1
}
}
I want to do a lookup and check if the record with email = “toto@x.com” exists in my table “contacts”
Not sure about the syntaxe of the filter section, …
Thanks for your help, …
I hope the filter option will be implement in the n8n node