Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Can I Launch a function/procedure or somethin...

Can I Launch a function/procedure or something from any event in AppSheet? it doesn’t matter if it is in a AppScript (Macros for Google Spreadsheets) or inside AppSheet, I just need to be able to copy a set of rows from a table to another when the user indicates it :S.

0 3 362
3 REPLIES 3

Yes, you can accomplish this with a script. Currently appsheet doesn’t have this capability internal.

If you use the scripting as Grant proposed, please remember to remove the “Delta sync” option. If that option is ON and you update the data with the sync, your app won’t update that data if you don’t change that table’s data with the app directly.

pravse
Former Googler

You can use a workflow rule to invoke a webhook to your appscript or to Zapier or IFTTT, etc.

Top Labels in this Space