Hello, I'm building a component that requires data coming from an API call (an Array of items). I want to call once the API when page loads, and then pass its response to the component.
I tried with Attributes and with Context variables, but none allow me to see the structure of the data so that I can build my UI.
Is there a way to show the data coming from the API response in my context?
Thanks