Is there a way to populate a dropdown list from a rest service?
Is there a way to populate a dropdown list from a rest service?
Hello,
You can use tutorial http://docs.appery.io/tutorials/build... but instead of "List component" you should use "Select component".
Thanks. I realized that I was using a query not a list. Once i created a list service it worked as expected.