Possible to bulk import the results returned by a custom action?

Hi, this loom shows what I’m trying to do and what I’m getting now:

Basically I get an array of results back from running a custom action but when I follow that action with a “create” action it only adds the first record in the set instead of adding the whole set. I looked into using the API but likewise it appears there’s no bulk import method. I could potentially iterate over the result set in Integromat and fire an “Add Record” request for each one but that seems like a suboptimal way to handle this as it will expensive operations-wise in Integromat not to mention more brittle and take longer to process.

Does anyone have an elegant way in one step to bulk load the records returned by a custom action? thanks

I have the same problem. Did you find any solution? Thanks