Hello,
I'm trying to automate the process of deleting rows in excel that have future date from the current date in the date column. And the current date is dynamic as this flow runs every week.
My main task is if the date in excel is ahead of current date then the row should get deleted
I have tried subtracting with ticks function but could get it.


I have used
formatDateTime(item()?['PI_EFC_DT'],'MM/dd/yyyy') in the left of the condition and
formatDateTime(utcNow(),'MM/dd/yyyy') on the RHS.
The date in my excel is store in dd/MM/yyyy format
please help me in this regard
@Sundeep_Malik can you please help me in this regard.
Thank you