I am mapping response from Appery database service to Appery list component (in the Appery design view I retain only one item called ListItem with default text, and the list is called List). On success I execute the JS here:
The service is invoked on page show and on success of service I invoke a listview refresh.
The issue is that the when the page shows up for the first time the list-items don’t show the text from service output I expect but the default text as in Appery design. However when I press the back button and again come to this page the behavior is exactly as I expect. The behavior is perplexing because the display was working fine for me earlier but is showing this anomalous behavior now.
What might be going wrong here?
Thank you.