Hello, I'm trying to achieve the following:
Get data from API1. This returns an array of 30 companies. I then want to execute API2 which is using a variable parameter to filter based on each company. This would be a total of 30 API calls to API2, one for each company. How can I achieve this and load the results from API2 into a chart? Whenever I try to do this, I get an error of "sync fields cannot execute framework actions".