-
Are there any Bridge SharePoint videos?
I am imagining some very cool things I could do if I just had a little boost with Bridge and SharePoint. I would very much like to automate Get List and Get List Items to put SharePoint document library metadata in DataTable or even just a sheet, in order to dashboard on the state of that document library and automate…
-
Bridge Rate Limit Change
Hi Community, To ensure Bridge workflow run stability, we have made a change to how throttling is managed in Bridge. Bridge will now rate limit workflow operations at the extension level for each Bridge account. Each Smartsheet-based extension in Bridge will support a specific number of modules to run per minute per…
-
Bridge and FedEx Module - Authentication Problem
I'm getting an authentication connect issue when trying to run the FedEx Module step in my Bridge job flow. I set up a FedEx Developer Account and created a test new project. When I run the Bridge job I get an error on on the Module run saying, "failed to execute extension module : Authentication Failed". I mapped the…
-
Merged: Create the "Add Attachment" Module in Bridge
This discussion has been merged.
-
Workflow to copy Attachments and Conversations from 1 sheet to another?
Before I go reinventing the wheel... Has anyone created a workflow that would move or copy attachments and conversation from 1 sheet to another? My team is merging 2 sheets into a 3rd, and while I could use DataMesh to move the cell contents from 1 sheet to anther, it won;t move the conversations or attachments - and there…
-
"Row Moved" not in Cell History when called by the API?
"When I call "List Cell History" with the API the "Row was moved from another sheet" does not show up. Am I doing something wrong? Why can't I get this cell history?
-
Change Date column if new row is added after hours
Hello - We have a simple ticket system and if a ticket request from a form comes in after 4:00pm, we don't start the ticket until the next day. Case: Form Entry happens at 2:30pm on 07/27/23. Start Date column should read 07/27/23. Form Entry happens at 4:30pm on 07/27/23. Start Date column should read 07/28/23. So we want…
-
Bridge: How do I dynamically pass RowID or Object to child workflow?
Hello, Does anyone know how to use Bridge to dynamically collect the RowID from a parent workflow to use in a child workflow? What I'm attempting to do is have a workflow run daily to look at a sheet and collect any rows with a checkmark for "due today". Then I want the workflow to only take specific data and build a JSON…
-
Bridge: Add Row module with empty cells
Hello - I am working a Bridge workflow to Get Row from a source sheet, and Copy Row with select columns to a target sheet. The workflow between the sheets is working great, but my question is that some row cell information will be blank from the source sheet going to the target sheet and thus my Get Row Cells Values come…
-
Extract List of Unique Values
Hi Is it possible to use Bridge to extract from a column a list of values, run a JS to extract an array of unique values, and then pass this to another sheet and update another column with this unique list?