-
Bridge / JS Error
Hi, I am new to Bridge. I was following the Bridge help article for JavaScript, but I am unable to get it going. I believe I am making a very basic error, that I am unable to spot. I know programming, but have not used JS. The body of the JS Extension is only returning "hello", but I can't get it to work. Need a push in…
-
Bridge Add columns based on values within multi-picklist
Overview: We are managing the schedules of providers / resources in Smartsheet where each provider may be licensed in a variety of different states (Alabama, Alaska, Arizona, etc.). These providers / resources currently enter their shift availability into a column with their name within a Centralized Availability Tracker.…
-
Bridge - Is it possible to get Workspace URL?
Is it possible to get the Workspace URL via Bridge? Tried using both Get Row and Get Sheet functions but only see the Workspace ID.
-
Bridge - Filter an Array Object by a Particular Field
I have an array of objects that I need to filter and find a particular field in Bridge. ex. [{name: 1, id: 123}, {name: 2, id: 321}] In this case, how would I select the id for the "name" key/field whose value is "1"?
-
Bridge Deactivate and Reactivate User Modules
Hi Community, System Admins now have the ability to deactivate or reactivate users via Bridge workflows with the new “Deactivate Smartsheet User” and “Reactivate Smartsheet User” modules in Bridge! Deactivating users is a secure means of managing users on your account to revoke access from your Smartsheet environment — and…
-
Bridge Workflow Complete Notification Option
It would be nice to have the option to include an automated alert that would trigger when a workflow has completed. This would be particularly useful to be able to include on a parent workflow after all children have finished running. For example, I will often set up a parent workflow to get all active projects then run a…
-
Bridge sort sheet by two columns
We're using an HTTP Call to sort a sheet based on the values within a column. Is it possible to sort by TWO columns within the same query? If so, I'd be grateful to know how the parameter body should be updated to accommodate. E.g. Sort by "Manager" then "Resource Name" Form Parameter - Body = {"sortCriteria":…
-
Ability to See Integration and App Users
Smartsheet has come out with many great integrations and enhancement modules that our teams use. However, many of those are tied to a user and must be manually recreated or transferred to another owner if that user leaves the org. Or, an integration may be running but others don't know about it and it can break from the…
-
Show my the text file coming from Smartsheet Bridge
Hello, Please give me the json file coming from bridge output, the data reference is not helpful for me to create a json body to call this exact field:
-
Clear a Sheet on a Schedule
Hello lovely community, I need some help figuring out the best mechanism for clearing a sheet on a schedule. It really should be easier than this! I have tried the following methods, and outlined the limitations and issues below. I would LOVE to get some suggestions for other methods! Problem: I need to fully clear (delete…