-
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…
-
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.
-
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…
-
Unable to Upload data using R via the API
Hello. I am not a python programmer and attempted to add rows to a desired sheet in Smartsheets using the R "smartsheetr" package. Please see the code snippet below. I am trying to add rows to a sheet from a dataframe based on the sheet id, and subsequent column id's. When I execute the code below I get the following…
-
Help with cross-sheet references
I am having some trouble understanding this. I have a form connected to a large gathering sheet where individual peoples info is all tracked by a 'Unit' or team. I have automations set up to separate each units info from the form to that individual unit (So I have one form collecting 25ish teams form info, and then it gets…
-
Getting symbol icon urls through the API
Hello, For checkbox and picklist fields, is it possible to get an image url for the icons that represent the dropdown options through the API? Not sure if I'm missing something on the documentation but I haven't been able to figure out if this is possible