Help

Re: Automation to send digest email - can it include the totals?

554 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Donna_Bordeaux
4 - Data Explorer
4 - Data Explorer

I have a base of time sheet entries and I would like to have an automated daily email to show me what projects staff worked on the previous date and their total hours. I have a view that filters just the previous days time and groups it by staff. The view automatically totals the time column (a decimal number).

When I setup the email digest, it sends me all of the lines in that view grouped by staff, but it doesn’t include the total. Is there a way to get the total by each group in there?

2 Replies 2

Yeah, but we have to make some additions and changes to your base I’m afraid, and even then what you’d really end up with is another table in your email digest of the names of your staff with the total amount of time they worked the previous day

That totaled number you see in your view can only be viewed and is not usable, and so we’d have to reconstruct that number before you could get it into your email digest

To do that, you’d have to:

  1. Create a new field in your original table that checks whether that record is for the previous day
  2. Create a new table that contains your staff members and link each record to the correct staff member (If this isn’t already done, that is)
  3. In this new table, create a conditional rollup to only roll up on records that are for the previous day, with SUM(values) as the formula
  4. Update your email digest automation to also include these records from the new table

I’ve put something together here that should be enough to get you started if you choose to do this!

Time tracking table:
Screenshot 2022-07-27 at 7.11.58 PM

Staff members table:
Screenshot 2022-07-27 at 7.12.17 PM

Russell_Findlay
8 - Airtable Astronomer
8 - Airtable Astronomer

Hi

I am not 100% clear on your set up - ie which tables you have and which the automation is referencing but the answer will probably lie in Roll Ups

@Donna_Bordeaux :So if you want to calculate for a project the total time allocated by staff member then if you create a roll up field which SUMS the DURATION field in the related EMPLOYEES you should get your answer and then can include this in the digest og PROJECTS that I think you are sending.

If i have got the set up wrong then it may be easy for you to work out what needs to be rolled up where - or show . describe your use case with the different tables / records in the structure and automated digest and I can help specify more clearly

good luck