Linking Google Sheets

Hi… I have my Glide app linked to Google Sheets, all working fine. However, I am now trying to link another Google Sheet as data Source, but clicking “+” in TABLES reveals a greyed out Google Sheets option, ie not available. The only option I’m given is to import the Google Sheet giving me the sheet in a static, non synced way (in black not green). Does that make sense? Any help appreciated.
Thank you..Andre

You can only connect to one google worksheet. You can have as many sheet tabs as you need in that single worksheet though.

1 Like

Thanks Jeff.

1 Like

create a new tab in the sheet that’s currently linked to glide. In that new sheet, gather data from your other spreadsheet using the importRange() function.

Learn more here: https://support.google.com/docs/answer/3093340?hl=en
2 Likes