
Explanation:
To configure the Filter Data Table Wizard to keep all invoices with a Total value that is over 10 000 USD, you should choose the following options from the drop-down lists:
Column: Total Operation: > Value: 10000
The reason for choosing these options is to filter the data table based on the condition that the Total column value is greater than 10000. This will keep only the rows that satisfy this condition and remove the rest. You can learn more about the Filter Data Table activity and how to use it from the following sources:
Four Ways to Filter Data Tables in UiPath Studio | UiPath
How to Filter Data Table - Help - UiPath Community Forum
Filter Data table with specific column - UiPath Community Forum