Hello, I need to save a list of objects from an HTTP request.
As my backend is on the bubble and I need to apply restrictions to filter a search, I cannot do it via the native REST API, only via HTTP Request.
My question is, how do I save the search result in a list of objects? The result will be a list of objects.
I can save a single item using [0] in front of the result, but it is not my goal.
Please, can someone help me.