Run in Google Sheets
Run a Workflow via Google Sheets
Last updated
Run a Workflow via Google Sheets
Last updated
You can automate the bulk running of your Workflows via a Google Sheet.
Note: Google Sheets has an execution time limit of 30 seconds. So any Workflow that require 30+ seconds are recommended to be run via a CSV upload.
Publish your Workflow
Within your Workflow's view, click the "Integrate" tab and navigate to the "Google Sheets" page. You can continue to follow the instructions below, or follow them via the Integrate tab:
Find your API key in your Workspace Settings
Add your API Key to Google Sheets via: Extensions > AirOps AI for Sheets > Set API key
Within your Google Sheet, use the =AIROPS()
function with your App ID (Workflow ID) and parameters set as =AIROPS({App ID}, {Your Input}, {Your Input},...)
This formula is also provided to you on the Integrate page shown above, and auto-populated with the Workflow's ID
Persist the values of the equation by clicking Extensions > AirOps AI for Sheets > Persist values in selection or Copy > Right click > Paste Special > Values only
To find your formula, click Integrate > Google Sheets