Array Export According To Date

I need to export an array of a date only according to the date. Multiple Rows that are filtered by a specific date and also a contact type. Please see loom for details and much help is needed and appreciated. This one is naturally over my head. @ThinhDinh @Robert_Petitto @Darren_Murphy

Have you tried using a Query column in a separate helper table?

I would try:

  • A query column in your user profiles table targetting your Interviews table and use filters as needed. What exact filters do you want? Interviews from today?

  • A joined list column to join the info template into a single cell, delimited by a newline character.

  • A template column to add any other info to the body of the email, plus the joined list above.

  • A button that sends an email with the body being the template column above.

1 Like