Skip to content

Environment Variables

Abdi Urgessa edited this page Feb 18, 2024 · 3 revisions

You can also store constant variables in apps script and use them any where

To store constant variables, go to project setting in the sidebar and scrol down for script Properites

Constant

How To Access :

//use key, to access specific value
ScriptProperties.getProperty(<<key?>>)
Clone this wiki locally