Advanced Level Assignment two

Hi all, please help with the error below:

"Value of type ‘UiPath.Core.QueueItem’ cannot be converted to ‘String’.

@SenzoD Change out_Transactionitem variable type to UiPath.Core.QueueItem in variable panel.

1 Like

Hey, thanks @Manjuts90, this solves the error, although I’m afraid it might cause a problem later on since as per the instructions this should be a string variable.

1 Like

@SenzoD Output type of get transaction item activity is always of QueueItem type. That is standard type you can’t give variable any other type then QueueItem type.

If you want Out_transactionItem to be string, then give different variable in Output type of get transaction item activity and extract the value from that variable and assign it to Out_transactionItem

1 Like

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