QueueItem specific content not working

Hello, I’m getting this error message when trying to use a message box to display the value of a key for a queue item
“Message Box: Expression Activity type ‘visualbasicvalue’1’ requires compilation in order to run. Please ensure that the workflow has been compiled”

here is the queue snip:

I’m using the Reframework and this is what I have in the message box
in_TransactionItem.SpecificContent(“FileNamePath”).ToString

can someone please help?

thanks

Hi @lynnsong986

I tried your code and it’s working fine.

image

image

I think the error message is due to wrong data type for the ‘in_TransactionItem’. Could you please check if the data type is ‘QueuItem’

If error still exist then please share the screenshot of error message.

Thanks
John

Thanks so much John, it works now, not sure what happened before though.

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