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?
Yes, I am gonna try to recove It and i can send you. It is working good at the moment, but I had to install typebot bot locally in my laptop using the same version 2.27. If I use it on web I couldn’t be able to make a call POST method.
@Damiao @Baptiste I'm have same issues, when using HTTP Request on POST method the body pass is null. I try on my postman it's ok. How to solve or If I miss soemthinf have guide can I follow?
@Baptiste why the HTTP pass content-type is text/plain;charset=UTF-8? when add content-type application/json not work still pass in text/plain;charset=UTF-8. can check it.
Block HTTP Request, for header in POST method like have problem, when pass content-type application/json not detect, when pass x-api-key not work too. Someone can answer this issues?