Email automation filter table

Hello iam doing email automation in which iam taking account no from pdf and then put it in filter data table to get email from excel sheet but some emails are not getting filter

Hi,
Can you please share the condition which you have given to filter the email…

Hi @Sheeraz_Areeb

ls it by doing get outlook message
show ur xaml

Thanks
Ashwin .S

May I know what was the filter condition used if possible with a screenshot of the filter datatable wizard
Or
We can try with SELECT method like this
dt = dt.Select(“[yourcolumnname] = ‘yourvalue’ “).CopyToDatatable()

Cheers @Sheeraz_Areeb