Filtering Data in Uipath studio

@Palaniyappan Thank You for assisting me buddy. The file disappears after execution i don’t know why. I don’t know why.

it looks like some CSV file
did you use any move file or copy file activity along the workflow that changes the file format
Cheers @BigDee

@Palaniyappan Nope. i don’t know what happening. Everything looks fine on the workflow. Maybe i put final_dt in the wrong place somewhere.

No worries can i have a view on your complete xaml if possible
Cheers @BigDee

These are all the screenshot of my workflow. @Palaniyappan

Keep write csv outside the for each row loop (next to for each row loop )
Buddy @BigDee

:smiley: @Palaniyappan it worked but i only got the column names.

Fine
Kindly check whether filter condition is given correctly with the value…and also check whether we are getting data after extracting
We can check that by a write line Activity, before filter datatable Activity like this
Out_dt.Rows.Count.ToString
Check what js the output in output panel
– after filter datatable use same write line Activity to check the number of rows in Final_dt
Like this
Final_dt.Rows.Count.ToString

If both the values are more than 0 then we are fine…lets check that buddy
Cheers @BigDee

Screenshot%20(16) @Palaniyappan this is the output i get.

So that value 0 comes after filter datatable right…check with the condition once buddy… especially the value assigned to that condition must matvh with the value in your excel

Cheers @BigDee

Screenshot%20(18) @Palaniyappan This is value assigned. and the one in excel.

1 Like

i would like to the extracted datatable, this excel has no data right buddy
so we want to check with the value in the datatable extracted from the webpage
Sorry for the inconvenience
but we need to know all those stuffs to get this done
Fine to know that
–once after extract datatable activity use a output datatable activity and pass the variable out_dt as input and get the output as a string variable named out_text
–use a write line activity and pass the variable out_text as input
we can see the output in the output panel
Then we check whether the condition in the filter wizard applied is correct or not
Cheers @BigDee

@Palaniyappan no probs buddy.

this is the extracted datatable.

Yah here it will come…we need to check this gets to studio
Thats why after extracting i suggested to display that in output with output datatable and writeline Activity
Cheers @BigDee

hey buddy i’m getting an error !

@Palaniyappan

create a variable of name out_text with string type in variable pane
Cheers @BigDee

1 Like

@Palaniyappan in Write activity i should write out_text.

yes @BigDee

1 Like

@Palaniyappan

This what i’m getting.

if i put out_text on the write line under filter datatable i get the output, but when run the program it gives me this output. only column names without the expected filtered data.