Hi,
I'm attempting to write this post for a second time as the first seems to have disappeared without a trace.
I have been attempting to populate a drop-down within my app using a custom connector (an on-premise gateway). However, I cannot figure out how to access/display the information within the JSON result that is returned.
I want to display the 'text' value of each 'risk' inside the dropdown. The API is successful and the correct data is returned (see images), but I can't figure out how to actually access this value. The error I receive when I try to access each 'risk' is:
"Name isn't valid. The identifier isn't recognized."
I believe it's not being recognised because it is unable to access the object returned.
Any help would be greatly appreciated. Thanks.

