Hi all!
I am new at this, so please be indulgent.
I would like to create a recurrent flow that checks daily an Excel table for rows that are created today.
It would then take all those rows and send a single email with the "table" of today in its body.
Do you have any suggestions on how I would go about for this?
Thanks!
Solved! Go to Solution.
4 actions: recurrence 1/week, get the rows from the excel file using a filter query where your datefield is equal to today, then create an HTML table out of the output, and send the html table to an email. Just need to tweak but this will get you started.
4 actions: recurrence 1/week, get the rows from the excel file using a filter query where your datefield is equal to today, then create an HTML table out of the output, and send the html table to an email. Just need to tweak but this will get you started.
Thank you so much !!
That's exactly what I was looking for.
User | Count |
---|---|
94 | |
46 | |
20 | |
20 | |
16 |
User | Count |
---|---|
135 | |
56 | |
44 | |
36 | |
26 |