I’m trying to collect data from multiple API calls in a single trigger.
It works fine if I’m collecting data through one API request, but when I try collecting data through multiple requests, the perform function returns, without waiting for the requests to be completed.
Am I doing something incorrectly, or is it that the perform function doesn’t allow sending multiple requests?