Parallel execution of APIs in a data transform (Asynchronous )
If we are calling multiple APIs (which are independent of each other ) in a data transform with the help of Data pages. Is it possible to make these APIs run in parallel (Asynchronous ). ( I am aware similar requirement could be possible through an activity).
Another question would be suppose one of the API takes lot of time to respond will the Data Transform execution be stuck at that step till there is a response or will it continue the execution without getting the response.
Answers are very much appreciated.