-
While posting data in smartsheet from servicenow i get this below error
I am using the below payload to insert rows var row = [ { "toTop": true, "cells": [ { "columnId": 8555792218515332, "value": "123" }, { "columnId": 393017893906308, "value": "123", "strict": false }, { "columnId": 4896617521276804, "value": "123", "strict": false }, { "columnId": 2644817707591556, "value": "555", "strict":β¦
-
API License - Not tied to user
Hello, We are using API within a larger report and for auditing reasons we don't necessarily want the user's name that built the API to populate every time the job runs. Is there a way to create a license or account with just the API - not connected to an individual/employee? We understand that this may require anβ¦
-
Who else needs an input box to include a line # to jump to your plan?
My plans are usually more than 3k lines, scrolling them to find something in particular is painful and not effective specially when you are doing status calls or presentations. I heard that Dev team is promising to include this input box in the first line-title of the plan so you can input the line number and it will jumpβ¦
-
How to attach URLs to a row using the Node.js SDK?
This discussion was created from comments split from: Attach File or URL to Row - Request Body for cURL or Python.
-
Bridge - Renaming key(s) in array?
In bridge, I am using the "Search Sheet" integration and return "LAST NAME", "FIRST NAME", "EMAIL" in an array. I am wondering if there is way to convert the key(s) to different names such as lastName, firstName, and "email" for each object in the array? The solution I am currently doing involves just renaming the columnsβ¦β¦
-
Some API calls are failing this morning
Is anyone having problems with the API hanging and then erring out? It's acting this way for retrieving items from the attachments call. Given the issues last Tuesday, I was curious if anyone else was experiencing these issues. I have submitted a support ticket. - Marc
-
Update the value of a contact
I am using the Smartsheet Python library, but this could also apply to the API. I am having trouble updating the Assigned To column, which I see is actually a column type of contact list. I have tried specifying a cell value and I get an error message saying "'Value is not supported for this column type. Use objectValueβ¦
-
Setting Contact column to Placeholder using the API
I am programmatically updating a sheet using the SmartSheets API. I need to set a column that is a CONTACT type to a Resource Manager placeholder. When I do, I get the error message "The value for cell in column 6143599851818884, did not conform to the strict requirements for type CONTACT." Typically a contact can be setβ¦
-
Webhook subscope documentation error
In the webhook API documentation the subscope attribute is defined as follows. An object that contains an array of column Ids if you want to limit the subscription to a subscope. Specified when a webhook is created and cannot be changed. But then the example has the following. That is not an array of column ids. That is aβ¦
-
Smartsheet and Business Central integration
Hello All, I'm trying to integrate the Business Central projects table with the Smartsheet. I want to create a new project sheet in Smartsheet whenever a new project is added to the Business Central. However, it seems the Create a sheet option is not currently available with the PowerAutomate. Did anyone face the sameβ¦