aflores
(Al Flores)
November 15, 2019, 2:54pm
1
Hi All,
I’m working on the RPA 3 certification and i’m receiving this error. Could you please assist? thanks.
I am receiving this error after log-in.
Error getting transaction data for Transaction Number: 1. Can not convert Object to String. at Source: Newtonsoft.Json
background:
I am using a queue from orchestrator and
transaction item in main is string and
out_transactionitem in get transaction item is a queueitem.
Thanks.
kindly mention like this when accessing queue item from queue
yourqueuename.SpecificContent(“attributename”).ToString
kindly have a view on this document on how to access different values of a queue item
We recommend that you read the About Queues and Transactions page, for an overview on queues and transactions, before further proceeding to the QueueItem variable. Before getting into an in-depth detailing of the subject, make sure you understand the...
kindly try this and let know for any queries or clarification
Cheers @aflores
aflores
(Al Flores)
November 15, 2019, 4:04pm
4
Thank you Pala. the queue name is the same as in orchestrator.
1 Like
Is this working
Cheers @aflores
aflores
(Al Flores)
November 15, 2019, 4:06pm
7
so the error is not seeing the items in queue.
@aflores
Try using this expression to convert an object to string,
CStr(in_Config(“OrchestratorQueueName”))
aflores
(Al Flores)
November 15, 2019, 5:55pm
12
@sharique.khan
this moved it a little farther but still the same.
1 Like
This occurred because there is no more transaction to be processed
Kindly check once in debug mode so that we will get to know why it is stopping
Cheers @aflores
aflores
(Al Flores)
November 15, 2019, 6:12pm
14
@Palaniyappan
thank you. I still have transactions in queue. While taking this screenshots, I realized it actually cycled through some but was abandoned.
aflores
(Al Flores)
November 15, 2019, 6:14pm
15
@Palaniyappan
This is the error. It’s the same as before.