Pass asset value as a queue name of activity "Get transaction Item"

Hi All,
I want to pass asset value as a queue name of activity “Get transaction Item” but whenever i tried to do that it is showing below error:-
“{
“message”: “Call RCA workflow: Get Transaction Item : "Prashant" does not exist. Error code: 1002”,
“level”: “Error”,
“logType”: “Default”,
“timeStamp”: “15:08:26”,
“processVersion”: “1.0.6716.23149”,
“fileName”: “Main”,
“jobId”: “3103e47c-052f-49cd-a6fc-9a218535fb0b”,
“robotName”: “aricent”
}”

When i give default value to the asset output variable and pass it as queue name than it works but when i pass value received from asset than it shows above error.
@andrzej.kniola and @aksh1yadav please help me on this.
Thanks
Prashant Gautam

How are you retrieving the value from Orchestrator? Can you attach a workflow or screenshot?

Hi @PrankurJoshi,
Thanks for your response. I have found the issue and solve it.
RCA:- I am passing the value in asset in double quotes due to which when i pass this value as queueName than it goes with double qutoes so it is showing this error.
Solution:- pass the value in asset without quotes.