Assignment RPA Developer

Hi,

I am following the RPA Developer Assignment on CalculateClientSecurityHash.
Below I get an error in the GetTransactionData Flow. I know it has something to do with the conversion of the data type, but I do not know how to correct.
From the screenshot you can see the datatypes of the arguments.

Assign statement: out_TransactionItem = in_WIList(in_TransactionNumber)

All help is appreciated!

Regards,
Teun

Perhaps you need to initialize the array : in_WIList – in – int32[] – new Int32(){}

Shouldn’t your in_WIList be a Datarow[ ] array?