Establish API Connection once and use it till process ends

Hi Everyone ,

I want to establish the API connection only once and use the POST method multiple times i.e like if we consider REframework i want to establish a API connection in InitAllApplications once and then process each transaction from queue using POST method by passing parameters till the end of queue items.

Is it possible? if so how?

Thanks
Bharath

Hi

Welcome back to uipath forum

It’s possible with UiPath activities
But it has to be confirmed with application to which api is used and interacted with
It’s like first we do a initial connection and then we can feed data with POST

Based on that the steps can be used in the corresponding state

@bharathkumar.yerra