The following error occurred when Level 3 ran to GetTransaction Data.

1552296812(1)

The error you are getting is because you have not set some argument value in the invoke or inside the get transaction data process.

Are you talking about these parameters? I’ve already set it up.

I guess one of the inputs to the workflow is null.
Please debug and check if any of the required input is null.

For example, either TransactionData or WIList is null.
Please verify.

You’re right! My TransactionData forgot to set to a global variable, causing my GetTransactionData to get no value. Thank you very much for your help! (≧ڡ≦*)

1 Like