Hello,
I want to extract one data from a mhl file and search this data in an excel file. If it exists, I want to reply to the email.
I would appreciate any help.
Hello,
I want to extract one data from a mhl file and search this data in an excel file. If it exists, I want to reply to the email.
I would appreciate any help.
Hello @aisharpa
Welcome to the UiPath community…!
Are you trying to search in a particular column?
What you can do is, use the Read range activity to read the excel and get the result to a datatable variable. Then you can use the Filter datatable activity. There you can provide the value from the mhl file and the column to check.
If the output datatable row count is greather than 0, then the value is present. Else you can loop lookup activity as well.
Thanks
Hi @aisharpa,
I think you can open .mhl file using read text activity and output will be string then you can manipulate String - can find manipulation examples in below link - then you can read excel sheet and output will be data table and you can search in datatable using also way in below link.
1- String Manipulation:
2- Search Data Table: