I have written a server script in Bubble’s backend workflow where I am using JavaScript to process some data and return a list of objects. The server script successfully returns the list of objects. However, when I call this backend workflow in the frontend workflow, the response does not appear as JSON or a list of objects. Instead, it shows up as a number.
How can I correctly return a list of objects from the backend workflow and access it as a JSON-like structure in the frontend workflow?