Way to allow user to duplicate/create new spreadsheet or private table

So im currently working on a project management app. Using google sheets as my dataset

Ive linked my template dataset into appsheet, so that the user (the project manager) is able to input data into the various rows

However, my users are going to have more projects, so they need the option of cloning that dataset template (this would be excel or google sheets creating a whole new document, or at least an additional duplicate tab with the information copied over)

i can do it as the developer manually by copying the dataset and linking it in via the โ€œadd new tableโ€ option, but i need the option of essentially making my dataset a template that can be copied over and over from the user side.

Any way to do this?

0 2 1,701
2 REPLIES 2

With AppSheet, you could use the same table/sheet by adding a project name/ID column to hold the record of each project.

However, if you want to copy the whole sheet/table to another new sheet/table, you have to use Google AppsScript.

Steve
Platinum 4
Platinum 4

The data model you want to use, with one worksheet per project, is really not a model AppSheet is designed to accommodate. I would encourage you to consider data models that might be used with a database system, which would suit AppSheet well.

That said, were you to pursue your data model, you might find partitions useful:


Top Labels in this Space