Schedule Daily Sheet Save
Use this Bridge template to:
- Save your sheet daily, and
- Update the TODAY function in your formulas without needing to open or make any changes to the sheet.
The TODAY function in Smartsheet returns the current date within formulas. However, for the TODAY function to recognize what the current date is, the sheet must be updated and saved. If there is a chance that a sheet may not have enough daily activity for TODAY to update, this Bridge workflow can automatically do that for you each day.
When this workflow runs, it’ll grab the current status of the Save Sheet column. Then, to cause a change in the sheet and force the sheet to save, it’ll select or clear the box. Once those changes have been applied and saved, the workflow will update the TODAY formula.
What you need to get started
- A sheet
- The sheet ID
- A checkbox column named Save Sheet
- The row ID for a row that will always stay on the sheet
- Bridge
- Smartsheet integration
- Bridge Schedule trigger
- Bridge Workflow modules:
- Smartsheet - Get Row
- Smartsheet - Update Row
- Conditional Junctions - Match Junction
- States
Read on to learn how to set up the Daily Sheet Save template.
Getting started
To build this workflow in Bridge, authenticate the Smartsheet integration for your Bridge workspace.
Read the steps on how to set up the Smartsheet integration for Bridge.
While building your workflow, keep your sheet and your Bridge workflow open in two separate tabs. This will make navigating the build process easier!
Create a hidden field
You’ll only be using one row in the column for your workflows. So choose a row that makes sense to your process and that you know won’t be deleted. It won't interfere with any other columns on the same row, and you can even hide this column if you'd prefer.
Be sure to check the box on your selected row. Then, save the sheet.
To create the field
- In the sheet you want to save on a daily basis, add a column.
- Label the new column Save Sheet.
- Make it a checkbox type of column.
- Hide the Save Sheet column.
Create a hidden field
In the sheet you want to save on a daily basis, add a column called Save Sheet and set it to be a checkbox type of column. You will only be using one row in the column for your workflows, so choose a row that makes sense to your process and that you know won’t be deleted. It won't interfere with any other columns on the same row, and you can even hide this column if you'd prefer.
Construct the basic workflow model
Before everything else, pull all the modules you need for the workflow.
- Create a new workflow in Bridge.
- In the workflow builder, use the panel to add modules in this order:
- Smartsheet - Get Row
- Conditional Junctions - Match
- Smartsheet - Update Row
You’ll need two of these modules, one under each Junction path.
- Save the workflow.
Adding the Match Junction
When you add the Match Junction, follow these steps:
- Label it Check Box Value.
- Drag a new State to the Junction path on the left.
- Then, label it Clear Box.
- Drag a new State to the Junction path on the right.
- Then, label it Select Box.
This is what you should see in your workflow when you are done:
Set up the workflow modules
After setting up the basic workflow model, start setting up the workflow modules.
Read on to learn what to do when you set up the workflow modules.
Step 1: Set up the Get Row module
You’ll have to manually enter values in the Get Row module. Then, to fill out the remaining modules, use runtime (Run Log) data references from the Get Row results.
What does the Get Row module do?
In this workflow, the Get Row module pulls data from the row so the workflow can determine whether the Save Sheet column box is selected.
When the Get Row module runs, Bridge pulls the row data and pushes it into the workflow's Run Log.
From the Run Log, you can reference data in the next stages of the workflow.
- In the Sheet field, enter the sheet ID.
- In the Row ID field, enter the row ID.
- Save the workflow.
- Open the Run Log.
- To run the workflow, select Play
.
Step 2: Set up the Junction Match
What do the Junction Match modules do?
In this workflow, the Junction Match module analyzes the Save Sheet column data from the Get Row module results. This module analyzes those results to determine whether the Save Sheet column box is selected. If the box is selected, the Junction Match module will follow the Clear Box path. If the box is cleared, the Junction Match module will follow the Select Box.
- Open the Run Log.
- To see the test run created when you selected the Play button, refresh the Run Log.
The Run Log entry will say Stopped. But that's expected because you haven't yet completed the setup. - Locate the data references needed.
- Expand the Smartsheet: Get Row line.
- Expand the row: Object line.
- Expand the cells: Object line.
- Locate the Save Sheet column entry from the list of sheet columns. Then, expand the entry.
- On the right side of the value entry, select
.
- Select Copy data reference.
- Open the Junction: Match module.
- In the First Value field, paste the reference you copied.
- In the Second Value field, type true.
- Save the workflow.
This is what you should see in the Junction Match module when you’re done:
Step 3: Set up the Update Row Modules
What do the Update Row modules do?
In this workflow, the Update Row modules will select or clear the box in the Save Sheet column.
Depending on what the data brought in from the Get Row module shows, the Junction Match module will determine which path to follow. Both paths will essentially use the Update Row module to perform the opposite action to force a change to the cell and a sheet save.
- Get the sheetId value from the Smartsheet: Get Row module.
- Reopen the Run Log.
- Locate the sheetId value from the Smartsheet: Get Row data.
- Copy the data reference.
- Open the Update Row module.
- Get the id value from the Update Row module.
- Return to the Run Log.
- Locate the id field.
- Copy the data reference.
- Open the Update Row module.
- In the Row ID field, paste the reference.
- In the Uncheck Box path of the Update Row module, follow these steps:
- Expand Cells.
- In the Key #1 field, enter the column name Save Sheet.
- In the Value #1 field, type false.
In a checkbox column, false will clear the box.
- In the Check Box path of the Update Row module, use these steps:
- Expand Cells.
- In the Key #1 field, enter the column name Save Sheet.
- In the Value #1 field, type true.
In a checkbox column, true will check the box.
- Save the workflow.
This is what you should see in the Update Row modules when you are done:
Clear box path | Select Box path |
---|---|
![]() |
![]() |
Test the workflow
To ensure the workflow is running and taking the right actions, test both conditions. Before you start, check if the Save Sheet column in your sheet row is checked.
- Open the Run Log .
- Select Play
.
- Go back to the sheet.
- Wait until the checkbox clears in your row.
- Once the checkbox clears successfully, return to Bridge.
- Play the workflow again.
- To see the box become selected again, return to the sheet.
Now you’ve seen both workflow runs complete their respective actions successfully. It’s time to set up the trigger to run the workflow on a daily basis.
If the workflow isn’t running as expected, go through each step of the setup again. Make sure every field and data reference appear as directed.
Set up the workflow trigger
With the workflow tested and ready, you only need to set up the schedule trigger to run the workflow.
- In the workflow builder, select the Trigger module.
- Expand the Schedules panel.
- Choose Add a new schedule.
- Choose a time to run the workflow each day.
All times are in UTC. Be sure to adjust for your process needs. - Choose a start date in the future for your workflow.
- In the Frequency list, choose Daily.
- Save the trigger.
The workflow will now run daily from your start date.
Here is an example of a Schedule Trigger being set up: