-
Bridge Bug: Get users pageSize=10000 only returns 2000 in an array. Use includAll instead.
I tried using the product feedback form but it kept failing so I'm posting here instead. It's possible this is user error but I hope not for my ego's sake :). After the APIs were recently updated, my GET /users API call is only able to return a result of 2000 records in an array per page when I use pageSize as the…
-
Consistent Bridge Runlog Data References
Getting the runlog data references in Bridge consistent would be really helpful. For example, referencing the row id from a column value change trigger is {{runtime.event.rowId}} but referencing the row id from a row added trigger is {{runtime.event.id}} I recently had an instance where the column value change stopped…
-
Columns in an Excel Attachment Data Upload Auto Added to a Source Sheet
Hi, I am wondering if there is a solution for this scenario: I have a Data Shuttle data upload workflow to a Target Sheet that is updated when a new attachment is added. Question: is there a function/features/workaround like Data Shuttle, Bridge, or a combination of features so that if a new column is added to the Excel…
-
Bridge Error: Contact List
Within the Add Row workflow element, Bridge throws this error when I simply trying to send a contact list value from one sheet to another sheet in Smartsheet Bridge. I understand that the "to" sheet is requiring the value to be an email but I can't find the object value in the Run Log. @Genevieve P. hoping you can help.…
-
Get Existing Report Definition via API
I have plenty of use cases where being able to get a report's existing definition would be really useful. We can update it via API, but we currently can't retrieve it.
-
Undocumented Bridge schedule limits
I ran into an issue when creating a new workflow in Bridge and got the following error: "You have reached the maximum number of repeated schedules for workflows in your account. You must reduce the number currently used to be able to create new schedules." This took me by surprise since I couldn’t find these limits…
-
Help with Verification Step of Webhook Creation Using Bridge
I am trying to use the Bridge API Call Utility to create a webhook on a sheet. I then want to use the Bridge Inbound Webhook integration to monitor sheet activity via the webhook and trigger a Bridge Workflow. I am able to create the webhook, but I'm having trouble figuring out how to complete the Verification Process. Can…
-
Pass Bridge Child Workflow run index to Parent Flow (final run)
I have parent workflow that calls a child flow to make updates to rows on a sheet. The number of runs of the child flows is based on a data array from a another sheet. Based onthe source data the child could run 1 time or 50 times. After the run child workflow action compeltes I am trying to update the source sheet with…
-
How to pull existing report definitions
I was excited to learn yesterday that we can update report definitions (filter, group, summarize, and sort) via the API. The Smartsheet API documentation details how to update report definitions, but I understand the caveat is that when you do so, you overwrite the existing. You have to first get the existing report…
-
Bridge + Third-Party API: Anyone successfully configured IP allow listing for outbound calls?
We're building an integration between Bridge and an external HCM/payroll API. The third-party system requires strict IP-based allow listing for any external connections and cannot accept DNS records or hostnames as a substitute. The challenge: Smartsheet's documentation only references webhooks.smartsheet.com for inbound…