Listview not updating

So, I was making an app with clouddB and listview and the listview doesn't update.
I store the list in clouddB and the list is not showing.
But,when I new append value to the list,then only the old and new ,both are showing up.
I want to see the list already stored without append value to see it again

How are you setting the listview elements after you update your cloudDB/list ?

You do not show the blocks you use to update the cloudDB / list?

what block we need to update?

Well if you have a DataChanged event, you must be changing the data somewhere in your app ?

Yeah but only when data is changed,that is why I have to always use append value and store a value to see the list.

is there a way to see the list which is already saved without adding some elements again?

Can you show those blocks as well, then we have the full picture?

This is the button I use to go to the virtual screen with the listview.
without the append value its completely empty

Not to sure what the issue is. These blocks work fine for me....

when you open the app after closing,pls check it,after opening again it is not showing any element until i add a new value

Displays both lists for me.

You do have the getValues blocks in your Screen1.initialise ?

1 Like

Oh ok, thanks tim,I should have kept get value during screen instalize.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.