Columns queues


I want to get the headers of the column in the queue but here the error is that columns is not a member of ui path core queue item, whats the solution?

Hello,

Maybe you can try in_TransactionItem.SpecificContent.keys ?

Hi @bakrious12

Try link this in_TransactionItem.SpecificContent("Column name").Tostring.Trim

didnt work

didnt work

Hi @bakrious12

Please use like this to loop all the headers/Keys in Queue item

in_Transactionitem.SpecificContent.Keys(Header)

cheers

ill try it

1 Like

it didnt work boss

Hi @bakrious12

May I know what error you are getting?

cheers

its just typing one header and then tying uipath core haha

1 Like

Hi @bakrious12

Can you show me what you did in the workflow?

or share the workflow file would be better

cheers

Main.xaml (84.0 KB)
its in the process in the “comment out section”

Hi @bakrious12

Either share the process xaml or whole project because this is only the mail.xaml that you shared

cheers

1 Like

JWTTT.xaml (31.4 KB)
in the comment out

Hi @bakrious12

I verified the xaml and there is no issue on it and I am able to retrieve all the keys using the same code provided.

Can you please verify if your queue is having only one specific content. Ideally you should receive all

cheers