Issue in Filter Data Table (option not visible)



Above is the 3 different screenshot regarding the issue I am facing. The issue I was facing was mentioned below point wise explanation:-
1)As I am going through the Automation Explorer (v2024.10) course where I was came across the Activity called Filter Data table.
2)When I am using that Activity So in old version which 2023 community edition I was able to see the Configure Table button in Filter Data Table activity.
3)As you can see the update_pop_up screenshot there has been mentioned that it would be automatically updated to 2026 community edition. As when I download studio as shown in tutorial I am already using 2026 version only.
4)But the problem with this version is when using Filter Data table activity I was not able to see Configure Table button in Filter Data Table activity. Refer latest version screenshot when compared Filter Data Table activity its completely different if its little bit different its okay but it all different.
5)As I have already posted regarding this problem i am facing i got feedback like changing the System.Activites version so i have already done this but not working. Also came to know that some people are able to see same structure of Filter Data Table activity in 2026 version as it was in 2023 version.

Also refer the link for same issue i reported already but not worked any of the method instead of doing coding manually.
link:- I am trying to use the Filter Data Table activity to filter a column

My concern was about why i am facing this issue if anybody could help me out of that is will be grateful.

Hi @AEMBOT

In UiPath Studio 2026, the Filter Data Table activity appears differently because the project uses Modern activities. The “Configure Filter” button is available only in the Classic version. Enabling Show Classic Activities in Project Settings and re-adding the activity it will resolves the issue.

Or if you want to use modern activity
Filter Data Table activity does not have the Configure Filter button. Filtering is done through the Properties panel by setting FilterRowsMode and adding conditions. This is expected behavior and works the same as the Classic activity.
Note - please update the package with latest version

Thanks & Happy Automations

@AEMBOT

change or update your system activities package…I see currently they are 23.x preview version

if you are on 26 version there are more latest packages for sytem ..try to use them

@nishiijain2000 - please review your LLM answer before posting as it confuses the users. There is no such removal in latest versions or modern activities..due to package differences it is observed.

cheers

1 Like

hi, @AEMBOT

  1. Project Settings → Switch to Classic project type
  2. Reinstall UiPath.System.Activities (latest version)
  3. Click inside Filter Data Table activity body to reveal Filter Wizard

Alternative: Use LINQ in Assign: filteredDT = dt.AsEnumerable().Where(Function(r) r("Column").ToString = "Value").CopyToDataTable()

Sure @Anil_G Thanks for pointing me out will make sure on this part

Thanks

1 Like