Executing Google App Script on adding a new row using Form View

Hi,

I have created a sales order app using AppSheet and I want to raise a PO only when a form is submitted. How can I run a Google App Script once a row has been added using form view of app sheet?

0 2 426
2 REPLIES 2

You could use a workflow rule and webhook to pass any data to your script when a row is added to the table (i.e., when a form is submitted). Your script will need a doPost() routine which processes the request.

The table is also there in another appsheet app, how cani use the preset option of adding rows from one app to another. Is there a tutorial explaining how to use preset option of “Appsheet:AddRow”.

Top Labels in this Space