[FREE PLUGIN] Run multiple API calls + get all return values

Dear Bubblers,

I ran into a common challenge where I needed to execute multiple API calls and wait for all of them to finish before proceeding to the next step. As I discovered, there isn’t a vanilla Bubble method to handle this efficiently.

To solve this problem, I developed a new plugin:

Key features:

  • Run multiple API calls to the same endpoint in parallel
  • Retrieve up to 5 keys per data type (number, string, boolean) from all responses
  • Return results as organized arrays of values per key

Looking forward to your thoughts!

Best
Florian