-
How do I loop through an Array in Bridge?
Hello! I have been trying to loop through an Array in Bridge, and can't seem to figure it out. From what I can find online, I need to use a child workflow and send the Array there while also setting the child workflow's "number of runs" equal to the length of the Array. This is partially working. The Array is being sent…
-
How to add a row with a CONTACT_LIST column using API (python)
I am trying to add a row to an existing sheet with a CONTACT_LIST column. As far as I can tell, I am following the syntax properly, but I am always getting a validation error in the response. Can someone provide a sample request for this operation, using python. I found this similar question, and it says it was answered,…
-
Login to my app via smartsheet sso
I create a application with GUI to handle with data from smartsheet (crud). Then I make login module via OAuth2 flow to get the token to authentication and call some smartsheet API. But when I am done these procedures, I got a access token and refresh token which is not in jwt token. I use that token to call smartsheet API…
-
SAML Authentication issue when changing from PingFederate to PingONE
Encountering the following problem: "The EntityID associated with this IDP is already in use. Please select a unique EntityID for your setup." Even though we're using a different IDP, the problem persists.
-
changing the Row number for coommets?
Hello, Is there a way to change the comments notification to show a Ticket ID number instead of the row number? So in the picture change the Row 441 to ticket ID 500?
-
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……