Is it possible to view Request API Call data

Hi,

I am running a workflow which uses a Xano Request to push data to a table but some of the data is not being stored even though the variables in the Request look ok.

Is it possible to view the data string being sent by the Request?

Thanks
Steve

You can open up devtools and open the network tab, do your call after you have this open. There you should be able to see the request. Just note that it will have parsing so you’ll see things like %20 and stuff. This is to change stuff like spaces and certain characters.

2 Likes

Thanks