Single quote in queue item

Hello,

I’m trying to use Add Transaction Item activity and add string with Address. I’ve got one item with single quote (like D’Italia :slight_smile: ) and I receive error:

Add Transaction Item : startTransactionParameters is null! Error code: 0

Do you know how can I add single quote to queue item?

you need to escape the single quote with another so ABC’s becomes ABC’'s.

A simple String.Replace on the ’ with ‘’ should fix it in the address string should fix it.

2 Likes

Unfortunately it didn’t help, I get 2 single quotes when I extract data from transaction item.

You can then use String.Replace once you have extact the information to change ‘’ to '.
Not ideal but a work around
(Which version are you using?)

I’m doing that but it’s not elegant. I have version 2018.2.6.