How do we send the report if some items' statuses are "Failed" and "Abandoned"? Suppose I want to send an report with status failed and abandoned, how do we achieve this?
Hello, all is string, why don't you show also how to retrieve boolean or integer values instead of multiple strings? When I can pull ONE string (ToString...) I can repeat that. I want to retrieve a boolean, there is no method to convert "ToBool" or so. How does that work?
Possible but the syntax you are sharing is of Data table , here we have Queues. - You need to use the Filter Property in the Queue Queue item to get specific Item from Queue.
Hii mukesh ... Can I pass null value to the queue. Means I have dt with 5 column... sometimes data will be in 5 column.. sometimes will be in 3 and 2 column will not have data in row. So does queue allow null values? Please ans me
1. Read all the items and get the Count Say - 1000 - 2. Loop through the Items using a Do While Loop till there are items available in Queue 3. Inside do While- Use the Read Queue Items
Get Transaction items will get the single transaction with New State Get Queue Items can get more than 1 transactions and has filters as well. Will try to come up with a video as well.
Same way we are extracting string .. the only difference would be the output variable would be of datetime variable You can also get the value as string and then convert it to date time variable
thank you sir, but the orchestrator date format will be like this Fri Nov 24, 2023, 08:00:00, and the excel date format is 24/11/2023. please suggest how to extract in this 24/11/2022 format from orchestrator.
Read as it is from orchestrator in uipath studio and then we apply date conversion logic in studio … Dates can be easily converted from one format to another
Hi Sir, Can you do a video on, How to create Arguments in Orchestrator.
And how to use/call those Arguments into Process.
This is Already covered in this video
th-cam.com/video/k4F49tWKUTU/w-d-xo.html
@@MukeshKala Thankyou sir
How do we send the report if some items' statuses are "Failed" and "Abandoned"? Suppose I want to send an report with status failed and abandoned, how do we achieve this?
Get all queue Items from queue with status - failed and abondoned - put it in excel and send as excel
Hello, all is string, why don't you show also how to retrieve boolean or integer values instead of multiple strings? When I can pull ONE string (ToString...) I can repeat that. I want to retrieve a boolean, there is no method to convert "ToBool" or so. How does that work?
Convert.ToInt32(TransactionItem.SpecificContent("Data").toString)
Convert.ToBoolean(TransactionItem.SpecificContent("Data").ToString)
Str_Email is assigned
Transactionitem.SpecificContent(”Email”).Tostring
Super , Absolutely Correct ✅
is it possible to do something like: allQueueItems(2).SpecificContent(”Reference”).Tostring ??
Possible but the syntax you are sharing is of Data table , here we have Queues. - You need to use the Filter Property in the Queue Queue item to get specific Item from Queue.
Hii mukesh ... Can I pass null value to the queue. Means I have dt with 5 column... sometimes data will be in 5 column.. sometimes will be in 3 and 2 column will not have data in row. So does queue allow null values? Please ans me
Yes We can have a Value as Null
it will read only 100 queue Item, how to get all item from the queue if we have 1000 item
1. Read all the items and get the Count Say - 1000 -
2. Loop through the Items using a Do While Loop till there are items available in Queue
3. Inside do While- Use the Read Queue Items
i want write queue item data in excel sheet how can i do ?
You can read the content of queues and write it in dataTable … I am sharing a link for reference
forum.uipath.com/t/write-queueitems-to-excel/187340/4
@@MukeshKala thank you
Chalo one fatafat question i will ask..
Whats the difference between Get Transaction items and Get Queue Items? Most confusing question
Get Transaction items will get the single transaction with New State
Get Queue Items can get more than 1 transactions and has filters as well.
Will try to come up with a video as well.
@@MukeshKala wa...thanks...waiting for the video
HI, IAM GETTING THIS ("object reference is not set to an instance of an object ")ERROR PLZ RESOLVE
This is because the object is Null ... Make sure the object is populated
💯Mukes
🙌
Sir, How to Extract Date from Queue
Same way we are extracting string .. the only difference would be the output variable would be of datetime variable
You can also get the value as string and then convert it to date time variable
thank you sir, but the orchestrator date format will be like this Fri Nov 24, 2023, 08:00:00, and the excel date format is 24/11/2023.
please suggest how to extract in this 24/11/2022 format from orchestrator.
Read as it is from orchestrator in uipath studio and then we apply date conversion logic in studio …
Dates can be easily converted from one format to another
Thank you sir
This is pointless. Retrieving all queue items at once totally defeats the purpose of having queues in the first place.
Yes correct for transactional processing it does not make sense …
it allows you to make a report(er) based on queue items, it's not meant for the performer