How Can I Filter Records Older Than 10 Business Days in the Table

Hi @mazlumkacar,

In addition to what @ppr suggested, you could use a temparory excel file and in any cell use the NETWORKDAYS.INTL OR NETWORKDAYS as formula.

How To —> Excel formula in Write Cell - Build - UiPath Community Forum

Then its simply to read the value from the excel cell you pasted the formula in. This way you get the total workingdays between two dates. Which you could use in your Date Difference logic or filter datatable.