Bulk Add Queue Items and Add Queue Item have different behavior regarding to String

→ We cannot easly see fields in Orchestrator Queues.
→ We need to convert it also anywhere else (for instance through API).
→ The difference between bulk and non-bulk upload differs for each fields, this behavior is strange and not mentionned anywhere.
→ I can use special characters to name the field, but not inside …
→ Converting is ok, but why do I need to convert when I’m using already TransactionItem.SpecificContent(“field”).ToString ?

Can you give me a workflow example to solve the issue ?
Here is a sample I’m doing :

Here is what Orchestrator shows :

Here is what I receive, using Get Queue Items back in studio :
image
image

Convert.ToString give me this, so not really usefull …

how are you going to handle a file when I name it \u00eé.ext ?

Its frustrating because when using path inside transaction, I’m forced to use only Add Queue Item rather than Bulk Upload