Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Hi @mark.martinezECRPT 

It looks like your excel cells are being overwritten for each filename which is why your not seeing results for the remaining files. 

You can use this logger to test results without excel. 

Logger.Info(description & "-" & manufacturer & "-" & manufPartNo)

 You will need to remove the for loop looping over the rows and use a counter to index the rows like below

i=i+1

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan