Dear All
Here is what I would like to achieve.
Send the email alert to user if the column - Contract End Date is 31 days prior to the expiry date.
The problem is no matter what date inputted in the Excel (online), the results still return empty = true.
I am wondering if this is because of the Excel (online) saving the date as integer.
Filter Array :
@And(greater(addDays('1899-12-30', int(item()['Contract End Date']), 'dd-MM-yyyy'), addDays(utcNow(), 31,'dd-MM-YYYY')),less(addDays('1899-12-30', int(item()['Contract End Date']), 'dd-MM-yyyy'), addDays(utcNow(),0,'dd-MM-YYYY')))
I have changed the integer to date by addDays. Still, no clues.
On the other hand, the date appears as integer when sending the email after "Create HTML Table"
Is there any way to tackle this also ?
Thank you all.
Below are the flows.
