How to use Queue Upload item

After exporting the queue data, I want to select some data and use the Queue Item upload method.

I tried uploading the downloaded Excel format, but the Jod_State and Base_Data I set cannot be used.

How should the data under Specific data be written in Excel so that it can be checked in the Queue like the first image?

And the TEXT is broken when written in Korean.
Is it only available in English?

<Image 1 - Original Queue>

<Image 2- Downloaded Excel>

<Image 3- Newly uploaded Queue>

@bbbb

ideally you can upload the text data only

can you explain the issue it is not very clear

looks like you need to given them as the column names if usign excel

if using json then key value pairs

cheers

Hi @bbbb The Specific Data needs to be columns in your csv.
You can use power query to transform the Json in csv columns

Transform - Parse - JSON

Close And Load

Then, save the data in a csv file

Note: Priority needs to be between (1 and 3) and Reference is required.

Then, upload the file. Orchestrator will show and describe any error with the values; if all good, then your items will be uploaded properly

Hello, I tried the method you mentioned, but an error occurs when I try to upload the csv file.

Which part is wrong?

image

Hi,
Not sure if Status Column is required.
Uncheck “Use original column name as prefix” in power query; if it is easy, replace “Specific Data.” for nothing, in order to keep just the property names.

What kind of data are you trying to upload?

Both TargetFiles and Basedata are data in json format.

Success!!!

However, it cannot read Korean.
Is there any way?

Cool!
Was the issue with the Json value formats? Excel cell limit is 32,767 characters, sometimes the json is being trimmed

I am not sure about the Korean language limitation; but, I found the following links that could be helpful

When Special Characters Present In Queue “Specific Data”, On Clone The Queue Encoding Gets Changed In UiPath Orchestrator 2019.10 and 2020.4 - News / Knowledge Base - UiPath Community Forum

[Solved] The trouble with the queues and non-ASCII characters - Help - UiPath Community Forum