Extract value from Queue using re-framework

Hi team,
I have queue with 1000 data like candidate name email id and REQ number now i want to extract that record using re-framework and process on it
can anyboady help me with this

Hi @Sandhya_Gajare

Use get transaction item activity and use the below code to get content from the transaction item

transactionitem.Specificcontent(“Candidate name”).tostring

1 Like

Hi @Sandhya_Gajare

You can try with below expression to get the data from the queue

TransactionItem.SpecificContent("Column name").ToString.Trim

Regards
Gokul

1 Like

when did i use get queue item activity

or if we are working with re-framework not need to use get queue item activity

You need to use Get transaction item activity don’t need to use get queue item activity

Regards
Gokul

Thanks for response

can i write code in process satate or if i am writing code in another sequence and extract in process state how can do that can you help me with this

You can use this same code any where after Get transaction item activity

Regards
Gokul




How can i resolve that error help me out

Have you use Get transaction item activity?

Regards
Gokul

yes get transction activity allready is in reframework

I am writing code in different sequence and extracting in process transction

HI @Sandhya_Gajare

Check out the video link

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