Hi,
I wanted to get a list of items daily that have been created or modified in a sharepoint list. I've gotten it to where I get them sent individually. However, I want a whole batch sent in a single email, not as individual emails.
Thanks for the help!
Nick
Solved! Go to Solution.
Hello @nmoffatt
Have a look at this example:
1) Each day (recurrence)
2) Get those items from the Tasks list where modified is equal to today (we remove the time from the utcNow() value)
3) We store the result in a HTML table with two columns (Title, Modified).
4) Send the email with the HTML table.
Hope it helps!
Ferran
Hello @nmoffatt
Have a look at this example:
1) Each day (recurrence)
2) Get those items from the Tasks list where modified is equal to today (we remove the time from the utcNow() value)
3) We store the result in a HTML table with two columns (Title, Modified).
4) Send the email with the HTML table.
Hope it helps!
Ferran
Hi @fchopo ,
Thanks for the response! These seems like it will be the answer. However, the filter query isn't bringing back any results. Do you know if the formatting for the example is correct?
Hello @nmoffatt
I made a mistake. The column name should be "Modified" instead of "modified". Be careful with the first letter, which should be uppercase.
Regards,
Ferran
User | Count |
---|---|
78 | |
54 | |
52 | |
42 | |
42 |
User | Count |
---|---|
81 | |
79 | |
75 | |
67 | |
43 |