Can anyone tell what exactly I have to capture is it page number or next page icon

The excel file looks fine… But the Orchestrator is wrong. In the Orchestrator, the Queue Name should be the name you specify in the Value field of the Config excel. So in your case, The Queue name should be InHouse_Process4. You will need to change it.

And in the Studio, In the Add Queue Item, the Queue Name should be the name you give for the queue in Orchestrator. And here, we should not hard code the queue name. The name should be taken from the Config dictionary. You can use the below code to get it. Add the code to the Queue name property
In_Config("InHouse_Queue").ToString

why do you have this dependency here?
image

I don’t think its required. Looks like this dependency is causing a problem… I don’t see any other issue with the workflow

where I have to give this → In_Config(“InHouse_Queue”).ToString
Please guide me

You should provide that in the QueueName property of teh Add Queue Item activity

1 Like

@Lahiru.Fernando Thanks a lot bro :slight_smile:

1 Like

If it solves your problem, please mark the appropriate answer as the solution so others with the same problem would know what to do :slight_smile:

@Lahiru.Fernando bro the robo run successfully but didn’t load the data into Queue

Here is the output
image

Check whether there are any records in the ACME system with the type WI4 and status “Open”.

If that doesn’t work out, could you share your solution again so that I can have a look… Also let me know in which workflow you have this so its easy for me to locate it

Dispatcher.zip (353.1 KB)

Process Transaction State Machne → Process

Plz find the attached bro

If you want I can provide my orchestrator credentials bro?

No worries bro… i will check it without the orchestrator for now… ill get back to you after checking… just give me couple of hours because its past midnight over here… :slight_smile:

1 Like

No problem bro, take your time :slight_smile:

HI @balkishan

Good morning… Bro I went through your config file and also the process.xaml…

Found an issue with the Add Queue Item activity…

Can you change it like this and try again…

@Lahiru.Fernando I am so sorry bro didn’t see your message. Thanks so much brother. Today I was busy in Advance certification,I have created 3 different account just to qualify the advanced certification. Bro need your small help. Actually I have created the same workflow as mentioned I have used my old workflow. But I am unable to write the data into excel.

1 Like

Do you get any error when the program runs? what exactly happens when it try to write the data into excel?

No error bro, even it’s fetching the data but not writing in the excel

Are you using laptop now bro…

Hi…

Can you share your solution again so i can take a look

Sorry bro, didn’t see the message…It’s completed the item but not put into the excel.

Use the debug mode… add a break point to the activity you use to write the data to the excel and run in debug mode. When it reach there, check whether the data table variable you use to write data to excel has values. And do a step by step execution of the write task so we can whether it throws any error