Issue in filter in excel data

Hi Friends,

I have 4 insurance names.

  1. Aetna healthcare
  2. Cigna
  3. Humana
  4. Max Bupa

I have an insurance Excel file. In the insurance name column, I have to filter one by one above the insurance name and filter the data and paste it in the Aetna Healthcare Excel file by inserting a new sheet. Can anyone share the LINQ query or any other method?

Note: If any of the insurance is not available in the excel data, then it skips that record and searches for another insurance.
Query for filter.xlsx (8.7 KB)

Hi @J_VENKAT_RAO

Can you try this

Input:

Output:

Sequence1.xaml (19.9 KB)

Regards,

Thank you, @lrtetala. I will try it and let you know the status.

1 Like

@J_VENKAT_RAO

Welcome back to forum..

as per post built a workflow with linq, attaching zip file for your reference.
Uipath_batch (2).zip (1.3 MB)

please mark solution if it is helpful for you

Thanks!!
Happy Automation!!