Mar 26 2019 01:08 PM
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,
Mar 26 2019 09:59 PM
Mar 27 2019 07:13 AM - edited Mar 27 2019 07:16 AM
@ChrisWebbTech I actually have my issue posted there as well. Not having much luck so I thought I would try this forum as well.
Thank you,
Annie