Unable to filter datatable using date filter

No worries
Use this expression in the assign activity

Yourdatatablename = yourdatatablename.Select(“[Domain Expiry Date] >= ‘ # + yourvalue + # ‘ or [VPN Expiry Date] >= ‘ # + yourvalue + # ‘ “ ).CopyToDatatable()

For more info on this

Cheers @Parikshith_V

1 Like