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
- 62.1K Get Help
- 351 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 443 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 36 Webinars
- 7.3K Forum Archives