Hello, need help with this please.
In this screen, there is a dropdown menu to which i have brought the listofitems via api - here data-records of the api is connected to the dropdown item.
When the user selects an item and then click ‘load’ button next to it, i want the respective details to be shown in the text fields below, i tried connecting the ‘element’ of the request to the parameters of the text fields, but ‘element’ is not shown in the locals!
Also, the dropdown menu, doesn’t show the selected item, instead only shows the first of the listitem all the time.