Level 3 advanced assignment 2 help GetTransactionData

Hello everyone
i need help understanding this error i cant get out of this :frowning

any suggestions?

HI @fabio.pri

Welcome to the community!!!

I had a closer look at your screenshot and found this…
image

It seems to me that your variable WIList is not a data row type somewhere. IT says it’s a Object type while it should be DataRow Array type. This is the reason for you to have validation errors in the Get Transaction Data.xaml where you check the row count. Row counts can be checked only in data row arrays or data table data types :slight_smile:

Changing that would fix your problem!!

2 Likes

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