How to connect Dynamo to a web-based system

Hey @mike.quella, you can use the package I made called DynaWeb (available on the package manager) to interact with Google Sheets.
I ran a lab at #BILTeur just 2 days ago on this, see the attached sample Dynamo graph which sends stuff to Google Sheets. Remove the parts with append from the url (look at their docs) and the method to GET and it’ll happily retrieve stuff too.

I’d suggest looking into Airtable as an alternative though, the Google Sheets API is not nice to work with & docs are very obtuse.S31_Exercise_8_POST to Google Sheets_DynamoBIM forum.dyn (46.9 KB)

5 Likes