Hi Team , Please help me with below error, I am unable to take the item from queue and process.
Hi @bshinde
Is the name in the Transaction item and written one is same please check once.
Could you send the screenshot of Transaction item if not confidential.
Regards
Possible Reason:
check once if transaction item property is Read only or Not, If its Read Only then create New Queue and Run Dispatcher Again.

it is converting to lowercase
put a breakpoint on this multiple assign, debug it and look at locals for what your “in_TransactionItem” is
share the screenshot please
Hi @bshinde
First give the below syntax
Carrier_Name= in_Transactionitem.SpecificContent("Carrier_Name").ToString
Remove the replace from the syntax you have given and after that
Give the below syntax
Output= Carrier_Name.Replace(" ","")
Use the output variable as required. Change the variable according to yours.
Regards
After adding the new queue item still same , it is not going to process workflow
