Smartsheet manages tasks, projects, and workflows using a spreadsheet-like interface that can contain rows, columns, and cell data. Prophecy uses the Smartsheet API to establish the connection.Documentation Index
Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Prophecy connects to Smartsheet using an API access token associated with your Smartsheet account. All operations—such as reading from or writing to sheets—are performed using the permissions granted to your user. To use a Smartsheet connection effectively, you must have the appropriate sharing permissions on the sheets you want to access. For example:- Viewer permission allows you to read sheet data but not modify it.
- Editor permission is required to update or write data using a Target gem.
Feature support
The table below outlines whether the connection supports certain Prophecy features.| Feature | Supported |
|---|---|
| Read data with a Source gem | Yes |
| Write data with a Target gem | Yes |
| Browse data in the Environment browser | Yes |
| Index files in the Knowledge Graph | No |
Limitations
Keep in mind the following limitations when using the Smartsheet connection.- Smartsheet defines capacity limits in the Limitations documentation.
-
Smartsheet allows users to create sheets with the same name in the same file location. Prophecy handles this situation in the following ways:
- Writing to Smartsheet when there are duplicate files. In this case, the pipeline run will fail in Prophecy. Prophecy will not choose which file to overwrite with the Target gem.
-
Reading from Smartsheet when there are duplicate files. In this case, Prophecy appends a
(n)to the duplicate files for differentiation in Prophecy.

Connection parameters
To create a connection with Smartsheet, enter the following parameters:| Parameter | Description |
|---|---|
| Connection Name | Unique name for the connection |
| Access Token (Secret required) | Your Smartsheet API access token |

