Using Google Sheets
How to Install the Plugin
Before installing the plugin, create a service account in your Google account. To do this:
Click to Credentials -> Create Credentials -> Service Account

Add the 'Editor' role for the new account

After creating the service account, go to the Service Account section, find your account, and click Manage Key

Add new key pairs

Choose the JSON format

After creating the key, Google will send a JSON file to your computer. Please open it and copy the JSON string from this file.
Enable Google API: https://console.cloud.google.com/apis/api/sheets.googleapis.com
Insert the JSON service account key into the plugin
Go to the plugin section
In the Scenario step section, find Google Sheets
Insert your JSON key from your Google account into the 'fieldWithJSON' field.

How to Use the Plugin in the SDK?
Basic Methods
Additional Methods Similar to Google Scripts
Last updated
Was this helpful?