Hello,
I have set a webhook endpoint in Xano.
I am using the "get all inputs" function to save the received webhook as variable "received_json".
However, "received_json" is not returning the actual webhook but an empty object.
In the following screenshot you can see the Input (which is the received webhook) and the Output (which is the Stop & debug response with the empty payload but should be the same as the Input). What am I doing wrong?
Thanks