Hi,
Can someone help me to filter date (date format) column in my csv file.
i want to filter based on 2 days back data. so my filter variable will be like this Date.Now.AddDays(-2).ToString(“MM/d/yyyy”)
sample.zip (27.1 KB)
Thanks
Hi,
Can someone help me to filter date (date format) column in my csv file.
i want to filter based on 2 days back data. so my filter variable will be like this Date.Now.AddDays(-2).ToString(“MM/d/yyyy”)
sample.zip (27.1 KB)
Thanks
kindly have a view on this thread
Cheers @sachinns
Thanks for the reference. But it didn’t worked for me. Can u please see my sheet and help me to create the workflow.
After reading data, its showing as yyyy-MM-dd format
Try with Now.AddDays(-2).ToString(“yyyy-MM-dd”)
Thanks Bro. It worked
Cheers