Can I trigger another query for each item of a query?

You can use JS with a promise to trigger and wait for the results

Example is here: How to run a REST API/Query for each item in an array and return all results together

1 Like