I want to Extract data from an excel file by using the filter of “country” by choosing name of country “Morocco” or another country to another file by filtering just one filter on UIPATH, Can you help me please? you can see the Example on the Picture.
As Far as i understand , you need to copy every Cell of the Column “Name” to a new Excel .
So, FilterDataTable activity has this option of output columns.
Let say , you have 5 Rows in the Main Input DataTable and you want to move only the Name Column to a new Excel where Country = “Morocco”
So , Country =“Morroco” Goes in the filter Rows and To keep only 1 Column , use outputColumns Option as shown below.
Thanks for your help, but i need to generate a long workbook, this is just an exemple, i have à facture to generate where the is “Name” “Price” and “Type of Payment” i need to filter “Type of payment” like we did with country by a filtre, and not mention this row, i need to copy just data of Name and price and paste it to another workbook where i have name of row so he should look for rows where their is Price and Name and write juste the first “name” of the list then i will save the file and regenerate another until finishing all names , can you help me on that please?