Assign Transaction ID Faulted in Calculate Client Security Hash

Hey Guys,

I’m curently going working on Assignment 2 of Module 3, Calculate Client Security Hash. It went well, almost done, but i’m getting the error below :
assigntransidfaulted

These are the arguments and their values:

What am I doing wrong?
Helping mind would be much appreciated :pray:

@Gaki

Why you are passing same expression in Else side also.

Once all transactions completed then it will come to Else side and here you have to assign nothing to TransactionItem.

       out_TransactionItem = Nothing

Thanks, that was a mistake I made when trying to correct the workflow.

I put the dt_WorkItems(in_TransactionNumber-1) in the correct place, inside the Write Transaction info in Logging Fields sequence and it works now.

Thanks for the support :pray::beers:

1 Like