I have a question about queue items and its encoding. I am using an Excel table which is uploaded to orchestrator as bulk add queue items. Unfortunately UTF-8 related variables turn into chaotic ASCII char codes so the value itself is not readable anymore.
“straße” results in “stra\u00dfe 5” which is for sure not allowed.
Is there any possibility to solve this issue?
I already tried converting to CSV file and using the resulting DT for Bulk Add Queue Items - but same issue here