Level 3 - Calculate Security Hash

Hi everyone.
I am having a hard time to know why it is skipping the first row.
I believe it is on my GetTransactionData.

1 Like

Hi @Dayun_Priya

Can you show us your GetTransactionData workflow?
A screenshot would do.

Thanks

4 Likes

1 Like

Can you paste here the assigned value for out_TransactionItem?

3 Likes

Sure.
in_WIList(in_TransactionNumber)

1 Like

Oh okay. That’s the issue :slight_smile:
Try this instead:
in_WIList(in_TransactionNumber-1)

5 Likes

Okay. Let me try.

Alright :slight_smile:
Let me know if it works

4 Likes

Yep. It worked! Thanks again, Jan!

1 Like

Cool! YOu’re welcome

4 Likes

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