Hi,
I've made a component that makes either GET or POST calls, and returns the response from those requests. The idea is that we will fetch JSON data through the request, and display the data inside a gallery in powerapps.
The problem is that a gallery only takes Table objects or something of that nature, and currently I can only find a way for the component to return strings, ints, etc.
Is there a way to return a Table object in the component, or somehow convert a JSON string to this object inside Powerapps? Thanks in advance.


Report
All responses (
Answers (