How can I read json array and search all elements on local web app?

Hi all,
I’m new to uipath :slight_smile:
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!

1 Like

Hi @merve5

You can download this component,It will read the json file and return it as an object.Then do your desire thing.I hope this might be helpful to you.

cheers :smiley:

Happy learning :smiley:

3 Likes

Thanks a lot , but I could not run it: How to import the component my uipath? Only it was downloaded.