-
Conditional Dropdowns functionality, not available yet?
Hello everyone, I’ve been working extensively with Smartsheet and noticed a significant limitation that has been discussed for years but still hasn’t been addressed: conditional dropdowns. Here’s the scenario I’m struggling with: In Column A, the user selects an option (e.g., "Option 1"). Based on that selection, the…
-
How and/or when does a CellLink Object 'status' get updated to 'BROKEN'?
Across our project portfolio, each project has a main project sheet. This sheet has rows added & deleted as tasks are added or canceled from a project. Individual departments have department specific tracking sheets which mirrors the task list in the in main project sheet and certain key values are linked to the main…
-
Bridge API Call Error
I'm trying to use Bridge to access the API and sort my sheet. When I run it in Postman, everything works as expected. However, when I run the command through Bridge, I get an error. Error 1004 "You are not authorized to perform this action." I am using the same token and have everything set up according to this tutorial: I…
-
Posting to smartsheet using Postman
I'm trying to use postman to pull in some manpower logs from Procore and post these as a new row to a smartsheet. the results are pulling in correctly from Procore, and i have correct sheet and column IDs etc but nothing is posting onto the sheet - it just adds a blank row…. - the raw response i get is as below {…
-
Add Rows API - Not showing any data
I have a sheet where i have 2 columns. I have Customer and Item. In Customer Column I have a list of customers already * Customer * * ITEM * row 1 Office row 2 Shop row 3 Logistics row 4 Constructions row 5 Mapping row 6 Cartoon row 7 Office 2 row 8 Shop row 9 Logistics row 10 Constructions row 11 Mapping row 12 Cartoon…
-
Published Sheet Calendar shows as 'Busy'
Mods: Don't merge this with 'Outlook Calendar integration showing time of event and not just the day,'. The only similarity that they have is that they deal with the calendar publishing functionality. When importing a sheet calendar into Outlook an event shows the user as 'Busy' all day and shades the rest of the calendar…
-
Expose Dashboard Widget APIs
It would be valuable to be able to create and modify dashboard widgets via the API. Currently the only way to bulk update content is via control center, and that still creates copies of the dashboard from the template set. With API access users could point to specific formatting options, as well as leverage information…
-
c# ProxyHttpClient example no longer working
Hi All, I am having an issue with setting the Proxy, it seems RestClient has changed how you set the proxy and this.httpClient.Proxy = proxy; as suggested in the SDK is no longer valid. Is there an updated way to set the WebProxy? I have confirmed via CURL that my token is good and the endpoint is reachable once the proxy…
-
Outlook Calendar integration showing time of event and not just the day,
Smartsheet is great for planning events but when that date is added to an Outlook calendar, it shows up as a day event and not the specific time of the event. Not only does it look like a day event but the inability to change the calendar to the appropriate time of the event is creating more work. It would be great if this…
-
Adding a row via API using cURL adds blank row
Hi all: I'm attempting to add a child row to a sheet using the API and cURL. It took some time but finally, taking information from chatgpt and other sources, I was able to get a row added as a child in the proper place. However, the row is blank and not taking the values I am setting. curl -X POST…