HI all,
I have one excel file. In that excel column name “Transaction Date” How to get start date and end date in that column. for example
02/01/2020
05/01/2020
01/01/2020
Like that it will be there I want to first value 01/01/2020 and last value 05/01/2020 can you solve the solution for me.
First i want to sort ascending order then i want to First row value and last row value in that excel. I tried using Read cell but it’s showing string cannot be converter datetime
First Use Read Range Activity To read the File
Create 1 string Variable …
Str variable =DatetableVariable.AsEnumerable().Max(Function(row) Convert.ToString(row(“Column Name”)))