Is it possible to make parallel API calls in UiPath? The number of calls to make and their URL is dynamic.
Sequential calls is taking time. Hence looking for parallel option.
Is it possible to make parallel API calls in UiPath? The number of calls to make and their URL is dynamic.
Sequential calls is taking time. Hence looking for parallel option.
Yeah, use the parallel activities. Its pretty straightforward. Just be careful about invoking library activities when you multi thread. It can mess things up cause of it changing the environment.current directory.
@Jon_Smith , For me number of API calls will.be dynamic. With the parallel activity I can a fixed number of parallel tasks to be done. How to make the number of parallel activities dynamic?
Use parallel for each
Thank you @Jon_Smith . This helped
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.