Hello @Typebot are you experiencing issues with the Baserow API when making a POST request to create a row?
I have set up a POST request with the necessary headers (authorization, token, content-type) and body as follows:
{
"Name": "{{Name}}"
}
However, it is creating an empty row in the table without the value. The only time I could see the expected result was when I integrated with Make and created an HTTP request within it.
If I make the request using POSTMAN it works good.
I am using a web version 2.26, I have made a test on a VPS using the version 2.23 and it worked good too.
Does anyone know what might be causing this issue?
Add a reply
Sign up and join the conversation on Discord