Add queue

read the excel sheet and add it it queue ,read the queue and create new excel sheet add queue item.xaml (10.2 KB) Sheet1.xlsx (135.1 KB) plz some see my workflow and correct it

1 Like

Hi @jai_ram

Are you getting any exception?

Thanks,
Prankur

2 Likes

yes.can you plz go throw my workflow.

Can you post the screenshot of the error @jai_ram?

i am new on uipath cna you help me to find out the solution for this probllem

Just change the variable type to int32 in the variables pane which you are trying to add to the queue @jai_ram

That will resolve the issue. Try and let me know the result

i am not getting you ,if change it the again the same issues occured

can you go throw my work flow and correct it and send me .

Queue is something you need to create in the Orchestrator @jai_ram, Have you created it in the orchestrator?

yes
name as QueueName=“DemoQueue”(using assign activity)

Your workflow is cool and working at my end, I just checked Add Headers in Read Range

NO issues with data as well I ran the program with your sheet and it entered data in Queue. Please check that Orchestrator is connected rest all looks fine

Check below settings in your system tray UI icon

image

Thanks,
Prankur

4 Likes

how to connect with orchestrator can u plz give me steps

hi @jai_ram

Check this

Thanks
Ashwin S

To quickly connect to Orchestrator

  1. Go to C:\Users\yourName\AppData\Local\UiPath\app-19.8.0-beta0083
    folder of any version that you are using

  2. Search for Robot.exe in that folder and double click it will add robot in the system tray like this

image

  1. Click on it and then click on Orchestrator settings

image

  1. Create a machine in Orchestrator

  2. Add machine key here

image

  1. Then in Orchestrator setting click connect.

  2. Once connected create a Queue as you have given name DemoQueue

  3. Run your program and you can see transactions there

Thanks,
Prankur

3 Likes