-
Bridge: Data Reference Doesn't Return Same as Hardcoded Value
I'm connected to an external API that requires a token to be added as a Request Header for calls. The token cannot be hardcoded to the call since it expires every hour. So I must make a call to refresh the token then use that in subsequent call's Header. When I pass the token as a data reference to the Header of the…
-
Problem when authenticating token in API Call. Smartsheet Bridge
When I run a Make API Call I get an 401 error, Invalid Token. I have configured the HTTP request body as per specifications from the website API documentation; it's a POST request, and the actual token has been put both within commas and without it. I believe the token is not the problem because I tested the code in IDEs…
-
Bridge + SharePoint Integration
From all the videos I've watched and materials I've read it seems that Bridge is used to bring info into Smartsheet. What if I want it to share intake requests FROM Smartsheet TO SharePoint? I have this use case to share intake requests between departments that's using different systems. Currently it is being done…
-
BRIDGE - Use Trigger Index to Pick From Array and Output
I am currently trying to use Bridge to create a list of all sheets that I have access to in a Smartsheet. I am only pulling in IDs for now but plan to eventually pull more data such as Sheet Name and a few other things related to each sheet. I have figured out how to pull the list of sheets and create an array of just the…
-
Bridge and ServiceNow
Hi Community, We are embarking on integrating ServiceNow and Smartsheet using Bridge. I would love to hear from anyone who has experience with this integration and can provide some insights or best practices. Thank you, Chris
-
What's the difference between Bridge and regular automations?
It seems to me that regular automations inside sheets can do most of what Bridge can do, based on the demo available, yet it's a separate product, so I can't try it myself. Can anyone tell me the difference/advantages of Bridge? Thanks!
-
Can Bridge get data from Admin > Groups?
Is there a known or suggested method or Bridge workflow I may use to record data from Admin Center > Groups to a Smartsheet? I want a workflow to look up the groups in our plan's Admin Center and replace the rows of a sheet and column on a daily recurrence.
-
Add Retry Logic to Bridge API
Bridge doesn't have a mechanism to retry a workflow when it's stopped by error. Smartsheet should improve Bridge, so that a workflow which is stopped because of either a timeout or sheet lock is retried until successful. This can happen when you have competing processes (e.g. DataMesh, Pivot, Automations) which temporarily…
-
Bridge: Plugin Error INVALID_DATA
Hi, I am creating a workflow to update a dropdown automatically. It gets the data (array), but I get the following error when updating the column with the array data. Does anyone know the reason? Thank you
-
Saving files attached to Smartsheet rows out to Sharepoint folder
What is the easiest way to take files attached to each row in a Smartsheet and save those files out to a sharepoint folder? I know you can download them all and then go to SP and attach them, but surely there exists an automated way to move the files without ever personally touching them. Bonus if I can do it when a…