How to remove a row by custom function in connector

Hi Community!

Is there any way to remove a row by custom typescript function in a connector?
I would like to remove a row if the date fields in the row is before specific date. I have tried to remove it with Filter Rows function but it doesn’t work on the date fields.

Thank you!
-YY

Please discard this question.
I will check the date in the typescript function and create a flag. And then, I will remove the raw with standard Filter Rows function.
Thanks!
-YY