Post request to Xano server

Hi,
I’m trying to send data to Xano, notably data entered by a user from a “text input” element . The text should be sent using the workflow of a “save” button. Here is the workflow:

My POST request returns a 400 error.

Here is my “document” table:

And here is my POST/document API (I changed nothing from default):

What did I miss to update my Xano DB? It is probably obvious but I remain stuck for a while :sweat_smile:

Thanks a lot :pray:

Hi @Vi56 :wave:

Based on the information in the screenshots, I would say maybe you need to make sure the input input of the Xano endpoint is not required since it appears you are not sending that information.

Hard to say without seeing the error message that Xano sends back though. Knowing it’s a 400 error is helpful but not enough to go on.

This article on how to debug a workflow might help.

Don’t hesitate to post other screenshots with more information if not.

1 Like