Error when reading row from excel

Hi, I try to read a row from an excel file, but I keep receiving this error : “Read Row: The specified package is invalid. The main part is missing.”. I have all my packages up to date. Could you please give me a hand?

@andreeabilboreanu, thats strange, are you using it inside the excel scope?

2 Likes

Hi @andreeabilboreanu,

You can simply use ‘Read Range’ Activity, mention the range and the output will be a ‘Data table’.
Using ‘For Each Row’ activity, You can iterate through each row.

Thanks,
Bhushan

I can’t use read range, because I have 2 columns with the same name

No, I was not. But the strange thing is that for some excel files it was working even without excel scope. I added it now and all works as expected. Thank you :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.