Convert External Collection Info To Custom Action JSON

Hey Ya’ll would love some help here. I’m finalizing connecting to a ticketing API and need your help.

I have a listed that is created from an Xano external collection. I want to use the ids present in the list and the Visitor dropdown counts as inputs to dynamically create an “orders” object/array within a custom action sent back to a Xano end point. See structure below:

Any recommendations on how I can achieve this?

@Victor or @Dilon - I hope you have something here?

@Emeka custom actions in Adalo do not support arrays parsing in the response.

Thanks @Victor - I’ve figured out a workaround through a series of new API endpoints and custom functions