View Data Shuttle Status on Dashboards
Is there a way to display current Data Shuttle status and the last time a workflow ran on a dashboard? I'm frequently having to check Data Shuttle to see when a workflow ran last, and it would be useful to have this available via a report, widget, or embeddable content.
Answers
-
I got this idea. In your sheet which updated by Data Shuttle, create Created, Modified columns and Last Update summary field as the creenshot below. Enter this formula in the summary field to calculate the last time that your sheet updated by the Data Shuttle workflow running.
=JOIN(DISTINCT(COLLECT(Modified:Modified, Modified:Modified, MAX(Modified:Modified))))
Then you can use the Last Update field to show the last time a workflow ran on a dashboard.
Gia Thinh Technology - Smartsheet Solution Partner.
-
Thank you! Is there an advantage to using Join-Distinct-Collect-Max instead of just using Max(Modified)?
-
Join-Distinct-Collect-Max returns a string of date and time, whereas MAX(Modified:Modified) returns a date only. The screenshot below shows the difference.
Gia Thinh Technology - Smartsheet Solution Partner.
-
We can simplify the formula to have the same result of date and time as shown in Last Update 3 field.
=MAX(Modified:Modified) + ""
Gia Thinh Technology - Smartsheet Solution Partner.
-
Nevermind I see now. Without Join-Distinct-Collect the summary field won't pull in the timestamp.
-
I just updated the formula to make it simpler
=MAX(Modified:Modified) + ""
Gia Thinh Technology - Smartsheet Solution Partner.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives