Synchronization tool to sync smartsheet sheet to google sheet sheet
This script works with Google Appscript. This script is made for a use case like having to automate dynamic values in datastudio via a google sheet.
In appscript you can simply copy/past the code into your appscript ide.
You’ll need to create a new trigger Go to edit > current project's trigger and here click on create a new trigger
then you will be able to choose TimeDriven and set your setup of automatization.
You’ll need to adapt the project variables to your needs :
smartSheetID
with the smartsheet that you want to synchronize with. Right click on the smartsheet and then properties and copy sheet id.smartSheetToken
with the token that you can generate in api access in smartsheet.sheet
with the id of the google sheet that you want to synchronize with. (the id is in the url)Coming Soon
@Edenskull : Founder and project maintainer