Hi,
I was exploring how to use http_endpoint to get data through url, I used this example in the Docs: https://anvil.works/docs/http-apis/creating-http-endpoints/quickstart
It work fine
However, when I tried to save the obtained data into the “Data Tables”
I got this error: “An exception was raised. Check the application logs for details.”
here is the copy of the app: https://anvil.works/build#clone:V4QIBEWYS3BZYTI5=EU2DGQV6TYB72ONAANNDHUCK
So, my first question is how to save the obtained data into the data table?
and the second question, if I make the app public, how can I pass data through the url?
Thank you!