REF modification queue to data table

when i am trying to convert REF Queue to data row then facing a problem in get transaction state in assign activity like transactionitem set to nothing … i have done it before many times but this time it is not working..can anybody help

we dont have enough details from above on what is targeted. When it is about to adapt the REF on Tabular Data Base have a look here:

Hi @Deepak_Sharma5

Please refer below post. This has all the steps required to convert reframework for tabular data use.

It also has a sample project attached for same.

Hope this helps.

i tried but this error remaining same…i have done it many times but this time error is not solving

There is a issue when you change the QueueItem Type, so you need to delete the activity and add it again with the same parameters. Always work for me

eirlier it was working for me also but after a UiPath upadte when i am trying to do it it is showing error in assign activity … maybe if you will do it now you will face same issue…idk why it is happening

You’re right. It isn’t working.

But you might to use Ctype Function, for me it works.

1 Like

@Deepak_Sharma5,

Looks like in your Main.xaml you haven’t changed the datatype of TransactionItem variable to DataRow

Also try removing Nothing from this assign activity, save the workflow, now again assign Nothing to TransactionItem

1 Like