Hi Katya, please see the screenshots I posted above for the List service. This is the service that gets invoked on Page Show. The list service works fine and it lists the correct user data pulled from the database only if there is no change in input box. But, if I change anything in the input box, for example if I clear it out using
Apperyio('inp_weight').val('');
then there is an empty input box that remains constant until I restart the app. So, it's only when I make a change (like clear it) that the list service doesn't work