I believe I have seen the instructions for this BRIDGE workflow before, but for the life of me I just can't find it. I'm trying to create a BRIDGE workflow that will move a new entry under the appropriate parent row of the same sheet. For example: Let's say there are 10 project types at level 0. If a new record is…
Would like the ability to autogenerate filters using bridge.
Hello, I have been creating an integration between Bridge and Sharepoint. I have made the connection successfully. In the screen of Extension - Sharepoint trigger, I have settings as in the attached screenshots. There is an error showing that my Sharepoint list does not exist. There may be something wrong with my settings?…
Hello! I have been trying to loop through an Array in Bridge, and can't seem to figure it out. From what I can find online, I need to use a child workflow and send the Array there while also setting the child workflow's "number of runs" equal to the length of the Array. This is partially working. The Array is being sent…
I recently added a lot of new rows to a list, and it triggered about 60 pages of events in the run log. Many of the events have been running for 30+ minutes — it would be nice to have a 1 click stop all events in the run log on bridge.
In bridge, I am using the "Search Sheet" integration and return "LAST NAME", "FIRST NAME", "EMAIL" in an array. I am wondering if there is way to convert the key(s) to different names such as lastName, firstName, and "email" for each object in the array? The solution I am currently doing involves just renaming the columns……
Has anyone solved the issue with not being able to move attachments over to SharePoint from a smartsheet form using Bridge integration? Can we move the attachments to a storage location that can then be picked up as a URL?
I have a bridge workflow set up to populate project names from the intake sheet to a dropdown column on a different sheet. I followed these instructions to a T : However I am having issues getting all of the values to load. There are 21 project names that should load but only 7 are populating on the dropdown list. I am not…
I'm unable to find a straightforward way to add a JavaScript code I previously added. I only see those key / value blocks. The script was added when configuring the utility extension (Script1), but I'm unable to add it to the Run Script section.
I am trying to use Bridge to pull all the contacts (Supervisors) from a roster grid that match the department defined by my trigger and then put all of these contacts into one single cell on my project tracking grid. So far, I've been able to get the array and then extract the emails I would need but there's a couple…