follow the steps
- read excel 1 into datatable dt
- use excel file activity and give the second excel
- use for each row in excel with required sheet
- inside loop use filter datatable on dt with
currentrow("Enployee Name").ToStringand use contains in columnReqestor Name - Now use lookup datatable and lookup for light and internet and fill the value using assign …
currentrow("Light") = value from lookup for lgihtand similarly for internet
cheers