How to pull data from queue

Good day,
How can you pull data from the queue ? I have get queue item, get transaction item. Put when i run its not showing any data

Hi @Sira

You can use below syntax to pull data from a specific key from queue:
in_TransactionItem.SpecificContent("keyname").ToString

Regards

With assign or write line

It is based on your requirement @Sira

If you use that variable in yiur further process then store it in a variable. If you want to check the data then use it in Log Message.

Regards

Okay thanks and the keyname will be my queue name

Not your queue name but the data that you are adding to a queue will have details right like Name: Parvathy you key would be Name.

in_TransactionItem.SpecificContent("Name").ToString will print Parvathy.

Regards

1 Like

Okay what if i have more then one data in there can I include all example Name, height all in one

You need to writ them separately @Sira

Regards

1 Like

Can i use this in a basic sequence ?

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