-
API needed to see deleted/sheets/sights/reports for any specific user
Hi, This request is related with case#06467692. There is no api as of now that returns the details of deleted smart sheet objects hence API needed to see deleted/sheets/sights/reports for any specific user. please implement and let us know.
-
API Rate Limit Errors - For the large organizations there should be a way to increase API Rate limit
Hi, This request is related with case#6467720. API Rate Limit Errors - For the large organizations there should be a way to increase API Rate limit as we extensively use multiple Smart sheet APIs to prepare multiple reports and rate limit errors are common. Please let us know how it can be increased for specific set of…
-
Bridge-Insert Hyperlink
Using Bridge, how can I set up a workflow to pull a URL from one cell, and add it as a formatted hyperlink to another? I've tried searching through modules and the API documentation, but I'm very much a beginner and not quite sure what to look for. Example:
-
Allow Smartsheet webhooks to specify scope
Even though there is clearly some intended future functionality for Smartsheet webhooks to only subscribe to certain updates (a row or a cell for example) currently only a scope of sheet and every type of event is supported. This means that developers using Smartsheet webhooks have to trawl through often large amounts of…
-
Specifying multiple row locations when using update_rows() API
It would be super helpful (significantly reduce API calls and transactions if we could update multiple row locations when we update rows. Sending indented rows is helpful. However it becomes very time consuming when each indentation is a separate API call.
-
Bulk update of parent ID (Python API)
I'm building a project schedule that represents an overall manufacturing production plan. The the resulting Smartsheet has roughly 7,000 rows. I've found a way to use bulk API calls for all but setting the parent IDs, which is now taking upwards of 20 minutes. Here's the basic flow: -- Create production schedule in memory…
-
I am identifying the duplicates in the sheet. What wrong with this query?
=RANKEQ([Request ID]@row, COLLECT([Request ID]:[Request ID], [Item Number (SUPC)]:[Item Number (SUPC)], [Item Number (SUPC)]@row, Duplicates:Duplicates, 1), 1)
-
Merged: Allow for updating report parameters via API
This discussion has been merged.
-
Return update request URL via Smartsheet API
Update requests can only be accessed via recipients' email. In this community discussion, several use-cases are described in which it would be useful for admins or developers to be able to access the URLs associated with update requests. In my organization, it would be extremely valuable to be able to access update request…
-
Create dynamic custom schedules based on selections in intake
Hi all, I recently developed a cool solution to an issue that we had... how to build a custom schedule based on selections in an intake form. This solution leverages Bridge, but you could do the same thing using a third party integration tool. THE GOAL The process goal for this solution is: Collect project requests using…