Good afternoon,
Ive built a flow that runs on a schedule and should return an email list based on expiry dates.
So far, the flow returns all values within the table and doesn’t filter for dates either expired or expiring in the next 30 days…
Steps in the flow:
Recurrence
List rows present in a table
Filter array
create HTML table
Send an email
How do I get the flow to filter only dates that have either passed or due to expire in the next 30 days and only return those values in an email?
Many thanks.