Forum Discussion

wojcika's avatar
wojcika
Copper Contributor
Mar 26, 2019

Email a list of Discussion Board or Discussion List posts once a day

Hello,

I have created a flow to email me a list of posts from a discussion board. However, I want to be able to receive an email with the list of items that were posted the previous day. I created the following flow:

*Recurrence (once  day)

*Get Items (from Discussions List)

*Filter Array (see screen shot), using the expression @equals(item()?['Created'], addDays(utcNow(), -1, 'yyyy-MM-dd'))

*Create an HTML table using that output

*Send Email

 

I tested this with out the Filter Array and it works great. However when I added the filter array I get a blank email. 

 

Any suggestions would be great. 

Thank you,

Resources