I am supposed to get values from a Queue item.
I have this line in my process in one of the Assign activities:
StrConv(in_TransactionItem.SpecificContent("Fault Category").ToString, VbStrConv.ProperCase)
However when I ran the code, I got this error:
]No data is available for encoding 1252. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.