Hi,
I'm building a basic app using an API backend (asp.net). The powerapp should make api calls for each action that takes place.
I am having trouble accessing the values within my JSON response which I have currently set up with an on-premise gateway.
I have tested the API call on swagger and on the test page of 'Custom Connectors'. The data is being returned, I just don't know how to display it. I've posted some images of the problem, the returned JSON and the associated error, which reads:
"Warning: The column produced by this rule are all nested tables and/or records, however the property expects at least some columns of simple values (such as text, or numbers)"

See the JSON response below. I would like to just display the 'text' value for each risk, and ideally store the 'id' within the collection for submission.

Any help would be greatly appreciated, thanks.