Can I create app linked to multiple spreadsheets?

Hi,

Can I create app linked to multiple spreadsheets?

No. You can use importrange to pull data to your sheet

1 Like

Many thanks …
You mean like IMPORTRANGE (spreadsheet_url, range_string)

Yes that’s the way to go, but beware of the time it takes to update via IMPORTRANGE though. It might not be instantly, as I have read around here.

Yes, and @ThinhDinh is correct regarding the update as glide don’t pull data from the sheet as is but rather only upon a change unless you have pro app

1 Like

Many thanks … that was helpful :slight_smile:

1 Like