hi @SACHI_SARAF ,
The Error Says - For the DataTable mentioned in the Filter DataTable activity - There is some exception in the Column Name.
Now as seen in the screenshots , there are 2 FilterDataTable
-
Rename the Activities so that you differentiate , which one is having Error
-
The DataTable used as Input in the Filter Datatable should have the columns used in the Condition - Please validate that by running the flow in the Debug Mode and checking the Values in the local panel while Debugging.
-
Validate the DataTypes are Correct in the DataTable and Correct Filtering Logic is applied as per the DataType.
For Eg- If you are getting a String Variable - You cannot Directly have a check of string with Int32 or ant other dataType…
–
Mukesh
its the second filter table but i checked everything is same as in the uipath video itself
Can you validate the Filter Rows as well - Also Please run the flow in debug mode and see if you are getting the values correctly in the DataTable you are applying Filter Activity.