Hello! There is an issue with the data coming into my apps script web app but I don’t understand how to view it.
This is basically what I have:
function doPost(e){
console.log(e.postData.contents)
}
I have the script attached to a standard GCP project but I don’t see anything in the logs there.
Thanks for your help!