Hi all,
Iβm new to uipath
I want to realize a scenario like this.
I have an api, a web link with a json series. I will either go to this link and read the json array elements (ticket id) one by one, or read the json file that this directory is kept in. It doesnβt matter. After I managed to read it, we will search these elements one by one in our local application. Then I will click on a button and close the relevant ticket.
my json array like this:
[ β6582β,β658741β,β2145β,β3956ββ¦]
Your comments are very valuable to me, thank you!