Assignement 2 - Performer: Get Transaction Item

Continuing the discussion from Assignement 2 - Performer: Get Transaction Item faulted:

Hi All,

We are receiving following output when trying to print output of Get Transaction Item Activity. But we are not getting the right output. Please help.

@nadim.warsi

out_TransactionItem.SpecificContent("in_WIID").ToString

In your Get Transaction Item, in the input I think you do write: in_config(“InHousseProcess4”)

And then, don’t forget in your invoke GetTransactionData in the import argument to assign in_config" to your “Config” variable.

1 Like

What is now.string that was assigned to out_transactionID

where do we have to assign this value ?

You no need to assign this value anywhere. That expression is for the writeline activity.

Please set the Output of Get Transaction Item to out_TransactionItem

To get the WIID value from the transaction item you have to use the below expression -

out_TransactionItem.SpecificContent("in_WIID").ToString

Getting this error

image

check this - out_TransactionItem.SpecificContent("WIID").ToString

Check your queue item and see what you have used. Use the same in the expression.
Example:

image

Thank You So Much . It Worked :slight_smile:

2 Likes