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
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives