The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About Ben_Donaldson
Ben_Donaldson

Ben_Donaldson

New here

Member since Jul 19, 2018

‎07-19-2018

Community Record

1
Post
0
Kudos
0
Solutions

Badges

CMNO
1st Birthday View All
Topics Ben_Donaldson has Participated In
  • Topics Ben_Donaldson has Participated In
  • Latest Contributions by Ben_Donaldson

Re: Meraki Dashboard Reports with Google Sheets

by Meraki Employee DexterLaBora in Developers & APIs
‎11-15-2021 04:11 AM
‎11-15-2021 04:11 AM
If you want the script launch the menu when you open the Google Sheet, just add a Trigger.  Do this in the Script editor section. Select the "onOpen" function to run for the event type "On open"   You could also create macros that will run a specific function and insert the data on scheduled basis.    create a new file called macros.gs and then add this code   // example function I want to run via macro function DeviceUplinkDetails() { var spreadsheet = SpreadsheetApp.getActive(); spreadsheet.getRange('A2').activate(); callUplinkInfos(); };   Then create a new trigger for this that calls the function on a schedule.     Hope this helps! ... View more
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2022 Meraki