How to search and check name and DOB from drop down list

Hi All

anyone help me how to do this

I have to search First name and last name with the first 3 latter’s in search tab and then from drop down i have to check the Name and DOB if its matches with excel Data i have to click on name from Drop down

image

Hey @Sam_H,

Once you will enter the first and last name and hit on the search button, the number of records would be displayed in the form of table.

Once that table is appeared, you need to check if the row count is greater than 0 than use for each activity on that extracted datatable.

Or you can use the join activity on these two table if the output of join is greater than 0, that means the record exists in the excel.

Thanks,
Sanjit

Thanks,
Sanjit

can you Give me any example with work flow