Switch node, what's wrong here?

Why the output is going on 0 (fallback output)?

Hey @Yash_Kumar,

It is hard to tell with only a partial screenshot, Can you share the json view of the webhook node output?Do you also have multiple items going into that switch node or just one?

No, just one

[
{
"headers":{
"host":"dkmfkld",
"content-length":"334",
"user-agent":"python-requests/2.26.0",
"accept-encoding":"gzip, deflate",
"accept":"*/*",
"content-type":"application/json",
"x-baserow-event":"row.created",
"x-baserow-delivery":"5b3fdfb5c-967c-4e63-b6a9-868413a9a46f"
},
"params":{
},
"query":{
},
"body":{
"table_id":270,
"event_id":"5b3sfdfb5c-967c-4e63-b6a9-868413a9a46f",
"event_type":"row.created",
"row_id":10076,
"values":{
"id":10076,
"order":"449.00000000000000000000",
"field_2048":"[email protected]",
"field_2050":"05/01/2023 10:51:09 AM",
"field_2051":"One time",
"field_2052":"3000",
"field_2053":"Hello world"
}
}
}
]

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.