-
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…
-
Merged: Expand Workspace Copy function to support more than 100 objects in the API
This discussion has been merged.
-
Save as new//100 sheet limit - work around?
Hi - Does anyone have a workaround for this? I have a client where i have stripped the workspace back to around 150 sheets - they need to be able to replicate this workspace. I'm getting the same error message when trying to copy the workspace via the API - The end result means that due to this limitation, someone has to…