Hi Alena,
I have a Select component named "iGrup" with several options with values numbered from 1 to 9. I want to select one of that options with the response of a REST. In this response I have the number, for example 5 and I want to show selected the option with value 5. How can i do that?
I linked the response to the Select component and the link is did it with Visible attribute of the Select component. I add sombe JS to the response:
Appery("iGrup").val(value).selectmenu('refresh');
Please help me.
By the way, where can i find usefull "Appery" JS API documentation, because the documentation in appery.io web is ridiculous 
Thanks in advance.