How to get values from Get Transaction Item

Hi Guys !!

I have some Transactions in a queue named Test_1 .

To get the transaction from the queue i used the get transaction item activity & created a output variable Test1_Que. In order to see the values from the transaction in the Message Box, I used Test1_Que.SpecificContent(“Name”).ToString expression but I got below error.

How to resolve this?

Thanks in Advance

can you provide the screen shot of the write line activity to show the expression you have written

and also the type of the queue item

Regards

1 Like

Hi @mohamedalthaf
Please find below sc for your reference.

Regards,

1 Like

@mohamedalthaf

Can you check the type of Test1_Que in Variables pane? It should be type of QueueItem
If it is not that’s where the error will comes

Hope this may help you

Thanks,
Srini

1 Like

@mohamedalthaf

Try this.

Test1_Que.SpecificContent.GetValueOrDefault(“Name”).ToString

Hope it helps.

1 Like

@lrtetala
Thanks. I have created in this manner but still getting error eventhough everything is correct. does the package version cause errors?

Hey @mohamedalthaf ,

Did you give the correct Orchestrator folder Path, while fetching the transaction item?

It would be of great help if you could share a screenshot of the activity that you have inserted in the sequence.

Regards,
Aditya

1 Like

can you provide the screen shot of message box to show the expression you have written

1 Like

@Harshith_Adyanthaya Thanks Brother. This is working

1 Like

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