-
Snowflake Data into Smartsheet?
Hey everyone, Do you know if there is a way to connect Snowflake data into Smartsheet using the API? I have found many resources on getting Smartsheet data into Snowflake but nothing on the other way around. We are trying to either do something native within Smartsheet or use an open-source software such as Airbyte.
-
BRIDGE/API: Add Users to Group from Sheet?
Hey Y'all! I'M STUCK on the next step for my Bridge solution. I'm simply trying to add members to a group named "GroupTest" if the [Approval Status] in this sheet (image below) gets marked as "Approved", but only if it's not already in the group. Eventually, I also need to have the status of "REJECT" remove them from the…
-
User List not matching from API and User type report
We wanted to report a discrepancy we had observed in the list of users we are obtaining from the Smartsheet List users API and the User type report generated in Smartsheet. We observed that a lot of users that were being coming in the API response were not in the User type report and also Vice Versa. We are using OAuth…
-
Update sheet via API with bridge
Hi everyone, I had an objective to update a sheet with information coming from a 3rd party website. I've managed to make a first workflow with Bridge that works: I'm calling the API, receiving an array of data, then I have a child workflow to add a row for each line from the array. It works. But I have 6000 lines to come…
-
Syntax: Add Row via API for Multi Select Contact Column, MULTI_CONTACT
Dropping this here in the hopes Google picks it up for future developers. At times when you cannot use the SDKs for adding rows via the API with multi-select contact columns (i.e. Bridge), the following body payload syntax is correct for posting new rows to a sheet. [ { "cells": [ { "columnId": 4532552246972292, "value":…
-
Have you seen a change in the time taken to trigger a WebHook?
I use WebHook in a number of places in our Smartsheet system. In the past after a sheet was saved, WebHooks would fire and be received within a few seconds by my servers. Now I am seeing a consistent 60 second delay after save for WebHooks to contact my servers. I think this change has happened in the last 6 months. For…
-
RTL (Right-to-Left) Language Support for Hebrew – Is It Planned
Hi, I’m currently using Smartsheet with Hebrew as my working language, and I’ve found that the lack of RTL (right-to-left) support makes it quite inconvenient to work with, especially when editing text or aligning data. I’d like to ask if RTL support — specifically for Hebrew — is currently on your roadmap, and if so, is…
-
Create Automation Rules with API
It would be convenient if we were able to actually create automation rules via the api rather than just modify. It would also be nice if the API automation functionality was improved, it's pretty limited.
-
Report Grouping: custom sort order of groups
Current limitation: When grouping by a column in the report, I’m forced to choose either Ascending or Descending order. This prevents me from grouping without altering the original sort order based on another column. Request: Please allow grouping by a column without forcing a sort order on it. (Also would be great to…
-
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…