i work as a computer technician for a company, we use Connecwise Manage to keep track of the tickets users create
we want to make a robot with the ability to dispatch the new tickets between the technicians
what i want to know is if it is possible to make this with uipath as a backgroud process, the robot needs to detect if the ticket is in status “new” and if it is, dispatch the tickets between the available technicians
it´s a desktop app and it´s quite similar to JIRA, this one has the auto assign feature but only works with one technician
i,ve trying to do this by myself, with 0 development knowledge, i´m stuck on making uipath read the screen text to detect when the ticket is new, but then i stopped, thinking this wouldn´t be possible.
Hello @Dante_7_x thanks for the screenshot. Looking at the current screen I think you can definitely go ahead and automate the process . I would request you to join UiPath academy and finish the beginner course . Meanwhile you can try the below steps to get the new ticket numbers.
Use data scrapping and scrap the whole table. Noe filter only those records where status = “New”.
Once you have the status you can pick and assign the ticket number .
PS: If you can filter the populated result for new records in browser before scrapping the data then that would make the over all process much more simple and easy to automate.