-
Erratum in Api documentation
Hi everyone, the thing is I was surfing the API documentation and saw this incongruity in the web but also in the yaml file : MultiPicklistObjectValue: description: Object containing a list of strings to choose from type: object title: MultiPicklistObjectValue properties: objectType: type: string enum: - MULTI_PICKLIST…
-
Can't see my brandfolder via the APIs
Hi, I am investigating integrating Brandfolder via its APIs. Despite having admin access and access to our brandfolder, when using the API I get nothing. What am I missing?
-
How do I integrate AMEX charges into Smartsheet
We are trying to automate our expenses. Daily we'll copy and paste transactions for our staff to identify, and attach receipts. We'd like to automate the copy and paste sequence and have transactions automatically be pulled from AMEX daily. Ideas?
-
Dashboard Widgets Not Linking After API Copy (copy-folder api) – Sequence Issue?
Hi Smartsheet Community, I’m having an issue with a dashboard after copying a folder via POST /folders/{folderId}/copy. The dashboard’s chart widgets show errors: "Unable to display chart. The source sheet or report either can't be accessed or has been deleted." I suspect the reports/sheets aren’t copied before the…
-
NodeJs SDK Issues
Hello! I'm just trying to use the NodeJS SDK but I've been facing some issues. I hope someone can help me. The following is the error that I'm facing: 2025-06-12T00:16:37.871Z rootHttpRouter info [2025-06-12T00:16:37.871Z] "GET /api/smartsheet/listArticles HTTP/1.1" 200 45 "-" "PostmanRuntime/7.44.0" type="incomingRequest"…
-
unable to move a row in Python
I use Smartsheet to govern a project that does ~10k tasks per year so automating as much of the project is extremely helpful. I have multiple python scripts that are updating sheets and grabbing data form sheets but this is the first time i have tried to move data in a sheet. I am trying to move a row below another row…
-
Confused about API and access levels
Hello, I am trying to perform a workflow where I: Make a request to list all sheets For this step, I am using this endpoint: `https://api.smartsheet.com/2.0/sheets?includeAll=true` Choose a sheet Make a second request to get more information about that sheet using the sheet id from the first step For this step, I am using…
-
Bridge - Pull Multiple contacts from one sheet & update one cell with all?
I am trying to use Bridge to pull all the contacts (Supervisors) from a roster grid that match the department defined by my trigger and then put all of these contacts into one single cell on my project tracking grid. So far, I've been able to get the array and then extract the emails I would need but there's a couple…
-
How can I stop a Bridge workflow?
I'm making a Bridge workflow to bulk unshare assets with users. It uses multiple child workflows and API calls. My latest run has been stuck on waiting, even though I have… stopped it at every level revoked API access deleted the API profile How can I get the workflow to stop? It won't let me run it while it's waiting, so…
-
startingNumber ignored?
I appear to be having the same issue as described in this post from 2021. PUT { "type": "TEXT_NUMBER", "systemColumnType": "AUTO_NUMBER", "index": 1, "title": "Auto", "autoNumberFormat": { "prefix": "10", "fill": "000", "startingNumber": 1, "suffix": "" } } is returning { "message": "SUCCESS", "resultCode": 0, "version":…