Hi, in desperate need of help!
I’m trying to figure out what’s not working but having no luck.
my current flow is Recurrence > Get worksheets > List rows present in a table > Filter Array > For Each > Condition > …..
so my filter array is filtering any rows of data from a spreadsheet that have blanks (no writing) in a specified column.
my condition is that I want to send an email to those rows of data that have blanks in specified column AND the date listed is 25 days or more ago.
So what I’m trying to figure out is how to make the condition work
right now I have for Condition Expression:
AND — 1st Value = Filter Array body (Dynamic) is less than 2nd Value = addDays(Today(-25))
- The error I get says “‘Today’ is not defined or not valid”
How do I fix this? Because it used to work and it’s not anymore, how do I make is defined or Valid??
thanks heaps in advance!!