Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

Trying to create a fancy email with status reports from multiple teams

Options
Tamir Nadav
edited 12/09/19 in Archived 2015 Posts

I'm trying to go a bit above and beyond, using SmartSheets to track the status of multiple projects across multiple teams. Currently, we have links to multiple sheets (one for each team) and they manually go in, add a new column per week, and fill it in with a bunch of text explaining the status of that project this week.

 

What I'd like to do is:

 

1) Build a sheet/report that consolidates all of these different sheets on a weekly basis. For example, I would add a 9/14/15 column (after the 9/7/15 column) on each sheet, the teams fill this in, and then on this master sheet that runs in the evening, it would only have the latest column of information.

 

2) Build a nice-looking email that is sent out to multiple people, using the data in this master sheet. Something that looks like a newsletter, where I can customize how the cell contents are displayed, and the email is built by going line by line. Ideally, I could even include hierarchy here.

 

I've been experimenting with workarounds; I see that I can export to google sheets, for example. I was hoping to build out an email format in google using their scripting system, then automate an export to that document and have it process a job, but it looks like I need to manually export each time, *and* it creates a new google sheet each time.

 

I've tried creating both Reports and Parent Sheets, but each one has a few restrictions that prevent this from happening. For example, Reports have no hierarchy, but will import any number of rows based on criteria provided. A parent sheet has custom hierarchy, but will ONLY pull data cell by cell, which means if any team adds a new project, I'd need to manually add it in and re-do the layout of the parent sheet each time.

 

The closest I've gotten so far:

* Create a report that brings in data from each sheet

* Create a google sheet script that goes line by line and builds a nice-looking email (or uses one from a google doc)

* Each week, manually update the column to be pulled into the report

* Manually export the report to google sheets

* Make sure the new sheet is connected to the google script (Haven't done this yet, so not sure how easy this is)

* Run the script in google to send out the email

 

Things that would be REALLY helpful:

* The ability to do all of this within smartsheets

* Create a link between google sheets and smartsheets to update a google sheet rather than create a new one

* Automate/schedule the update between the two

* Select a column INDEX rather than just by name (That way, every time I add a new column, I always want to grab column F, since column F will now be the new date, and the old one will now be column G)

 

Am I missing anything? Has anyone done something snazzy to this effect?

Comments

  • JohnHinkle
    JohnHinkle ✭✭✭✭✭✭
    Options

    I would look into Zapier. Zapier uses Smartsheet's API to perform automated actions. You could, for example...

     

    -Connect Smartsheet and Gmail together

    -Build a Zap with a trigger (maybe a checkbox)

    -When the box is checked, Zapier can take data from the row and add it to an email

    -Send the email to a specific email address or an email address listed in the row

     

    You can build the email as you would in Gmail, but you have the options to add text from any column field from the row, anywhere in the email. For example:

     

    "Hi, here is the status of *SheetName*

     

    *TaskName* was completed on *DateCompleted* by *AssignedTo*. "

     

     

    Check out zapier.com to set this up! 

     

     

This discussion has been closed.