hi all…
i need your help since i’m new with this UiPath RPA , i’m having trouble to make the following automation process in excel file, can someone help me?
here is my problem:
First, I want to filter the “Status” column to only select the “Closed” description.
(i have filtered the Status column and i did it well)
Secondly, I want to filter the “Date” column to select only the date that matches the date range in “Date Period” (i can’t filter this column)
Thirdly, I want to retrieve data from the “Description” column that has been filtered based on the “Status” column and “Date” Columns, then put the data in Sheet2 into “put the data here” section.
@niranjanaa_sha - Check this one, only pass the path of the file in Read Range and Write Range. This is something which I have tried. If expert who reads this query can give you a better solution as well. Meanwhile you try this out which I have attached.FilterExcel.xaml (11.1 KB)
When i tried running the file,i am facing the issue in Merge data table.I hope the data table from Read Range should be empty.But the file has data’s in it.