I am calling a REST API to populate a dataset that is stored in the root container of my Perspective Page (Custom property named response).
I want to bind my drop down list (value and label) based on this data with is in a json format.
I can easily connect to a single entry but am not sure how to bind to the data list.
For Example I can use property binding to do something like this.
parent.custom.response[0].name
But obviously I only get one entry, removing the index doesn't work.
Not sure if I need to Transform the json response into a dataset, and if so how to do it.
I will also need to filter the entries and am not sure where best to do that.
Thanks in advance,
Brandon