Google Sheets Input Tool

The Google Sheets Input tool downloads data from a Google Sheets spreadsheet directly into your Alteryx workflow.

Gallery tool

This tool is not automatically installed with Alteryx Designer. To use this tool, download it from the Alteryx Analytics Gallery.

Configure the tool

To run your workflow and download your Google sheets data, sign into your Google account, and then select the spreadsheet and sheet name you want to import..

  1. Click the Connect button, located in the Configuration panel.
  2. Sign in to your Google account by entering your credentials. You will need to accept the consent forms to allow Alteryx to read (through the Input tool) your Google Sheets’ files.
  3. Under Select a Spreadsheet, select your Google spreadsheet that you want to run through your workflow. Click the Next button.
  4. Check the First row contains field names box, followed by selecting the sheet name.
  5. Click the Done button for Alteryx Designer to set the first row of input as field header information.
If you leave this option unchecked, Alteryx will assign field names based on their order (e.g. 0, 1, 2).

Limitations

The Developer sign-in authentication method uses the Google Spreadsheets API and may time out when trying to download large files. If you encounter this issue:

  1. Break one large sheet into two or more smaller sheets.
  2. Use a Google Sheets Input tool for each sheet and combine the results with the Union Tool.