Dear all, with the Enterprise license, we’re trying to execute a webhook that runs an apps script. The latter is deployed as a web app. We’re unable to execute it with POST or GET commands, and we can’t view the execution in the apps script execution panel.
The Appsheet monitor displays that the execution was successful!
I may suggest posting some more detail of how you have this set up at the moment. Screenshots or Appsheet functions would be helpful. If you are simply trying to open an AppsScript application in another window then I may suggest using a link column.
In addition to what @Markus_Malessa suggests, you also will want to look at the execution log of the Google App Script as well - was there an error on that side?
Our conclusion is that even when deploying the script as a web app, we have an organizational limitation that prevents us from sharing the script publicly.
When we run the script in the browser, it executes successfully, but Appsheet cannot run it because the destination is not public. In fact, we don’t even have that option when deploying the script.
Another test we did was to create a fake API on an internet server in PHP, and Appsheet was able to execute it from an automation using a webhook.