04-12-23 10:52 PM
Hi Team,
One of my Bots generates Daily Reports every morning by pulling data from the queue. And for some days, when the report is generated, for some of the rows, the Status column is empty. Not showing whether it is Completed/Exception.
Please help me find a possible solution for the same.
Thanks in Advance!
04-12-23 10:58 PM
Hi Siva Priya,
It looks like the automation is not updating status for all the cases, I would suggest to cross check the process and make sure the status is updated in all the different scenario whether it is approved or not approved or any other case
Based on teh screenshot it is better to cross check the process whether BOT is missing any other condition what happen when the bot failed to process the item before it update the status as approved or not approved?
06-12-23 06:47 PM
Hi Harish,
Thanks for the reply.
It was updating the status without any issues. But for last couple of weeks, we are seeing blank values.
Also, the status is updated in all the scenarios.
06-12-23 06:49 PM
06-12-23 08:15 PM
HI Sivapriya,
Its worth to navigate the process in debug mode to understand the issue by using the item it is not updating the status. In general it supposed to update the status if logically if we implement all the edge cases.