0

I have been trying to export a table to google app maker to sheets using the AMU code and the comment from this previous question. https://stackoverflow.com/a/49481920/10956377

However, I cannot get it to work whatever I try.

Does anybody have any experience with this. My coding is basic at best but I can vaguely understand other people's.

Thanks in advance

Adam Dyas
  • 1
  • 1

1 Answers1

0

I presume you've done this but first install the AMU client and server libraries. Then add this code to your button's onClick event:

AMU.export.toSpreadsheet(widget, 'modelName');

Where modelName is the name of the data model you wish to export to the spreadsheet.

bellwether
  • 27
  • 6