Create a simple Google Sheets integration using App Script
A) Vistaly Card ID | B) Metric Name | C) Metric Value | D) Lasted Updated At | E) Last Updated By |
---|---|---|---|---|
ID of the card in Vistaly | Name of the metric | Last Value of the Metric | When the metric was last updated | Who last updated the metric |
Column D
and Column E
automatically update once a change to the metric value has been saved in Vistaly.
cardId
query parameter)
ex: app.vistaly.com/w/IGOeM6Ymm1q8bcnYsuZcb?cardId=5tx6DnTlsCRCgnWGWXjZ1
Extensions > App Script
and paste the App Script Code into the Editor.
Settings
page and then scrolling down to Script Properties
. Add the property as API_KEY
and the value as your secret Vistaly API Key and select Save script properties.
Triggers
, page and update the for to reference your App Script.