I am kinda new with the UiPath and everything so I have a question on how to get data from an API call, and transfer that data to an app, and give out a response to the system that the transcation has finished and go to the next queue.
The data will come into the system through a GET API call.
I would like to pull that data, put it in the queue.
Let’s say you have one GET with name, surname, address. That would be put into the queue.
Another GET, another item in the queue etc.
The robot to go through the data, and transfer the data to a Java app.
Read the name, surname,address, go to the Java app, ‘paste’ the information there, click Save and make a POST call that the data was successfully entered back to the system that provided the data.
Any help with this in UiPath Studio. How to achieve this?