-
Run a cell value from an array multiple times for an API GET request call?
Is it possible to process an array containing the cell value (the array would be rows) in an API call in Smartsheet Bridge? I have this scenario: I have a trigger that activates every time a value changes in a Smartsheet column. The way it runs helps to retrieve row by row and take the data I need to make an API call. I…
-
Downloading Row Attachments using Alteryx
Hello, Has anyone been successful with building something in Alteryx that would download the row attachments in a Smartsheet?
-
Using API to "connect Project" syncing a sheet with a Resource Management project
Manually, I can open up a Smartsheet and on the far right find the Resource Management icon and then sync the sheet with the Resource Management platform. See picture below: I am trying to understand if I can use the api to do this (syncing the sheet with a new project). I know I can use the API to create a new project in…
-
Android/Apple Smartsheet app to include form widget
I have a form I'd like to be able to have one-touch access to on my Android mobile. I can do it as a web page in google Chrome, but I'd like to be able to complete the form in the Smartsheet environment on my mobile. Could it be provided as a widget that can be saved onto the homescreen? It would be particularly useful…
-
Enable Autosave for Published Sheet (edit by anyone)
I have several sheets whose sole purpose in Smartsheet is to live on a dashboard as published web content and provide a dropdown with names. When the name is selected, it brings up a link to a form URL with the name information URL queried into it. After the link is clicked, a new name is picked from the dropdown to…
-
Batching Cell History Requests
Hi, I'm a newer software dev (only about a year or so of working in python, been working with the smartsheet API for roughly ~2mo). One of the things I've attempted to do in our environment is create some reporting based upon cell history that involves getting the cell history object of an entire column, by iterating…
-
Is it possible to cancel a sent API call?
Hello, For some of our processes, we utilize a 3rd party that will make API calls to Smartsheet. Occasionally, the 3rd party claims that they don't receive a response back from Smartsheet, and the request will then timeout. They claim that when this timeout happens, they send a "cancellation request" to Smartsheet, and…
-
How to change the owner of an APP we have developed?
Hi All, We currently experiencing an issue with an APP that we have developed in Smartsheet with a n Account in Smartsheet and does not exist in our IDP. Our company recently turned on SAML and now the APP is unable to authenticate because of this Account not existing. We have created a new account that is part of our IDP…
-
Identification of attachment's uploader after moving cells to another sheet?
Hi Everyone, I'm after some kind of identifier for a person uploading an attachment. I have no issues obtaining it on the original sheet using "Get Row" or "Get Attachment" API methods, but the data is lost when moving cells to another sheet. I could imagine it is simply not saved anywhere and replaced by…
-
Downloading Attachments through API
I have been trying to access and download attachments to rows in a Smartsheet through API using Access token. In how many ever ways, I tried to do so, that didn't work. However, I am able to access the attachments directly that are attached to a sheet and not to a row. Are there any different permissions to access row and…