akim_akim
(akim akim)
November 23, 2020, 9:18am
#1
hello experts.
I have saved several lists in the clouddb to generate a highscore list. List of name, list of items, list of dates, etc. When someone logs in, I load them from the clouddb with GET Value. All lists are then filled in GOT Value.
But filling the lists takes too long !? The list variables after get-Value are empty! What do I have to do?
I have now solved it like this. But that’s not a nice solution for me. I packed the logic in Got-Value.
Do you have a better solution?
my first idea was to use While Test, but the app got stuck
Sumit1334
(Sumit Kumar)
November 23, 2020, 9:20am
#2
I think ur list contains much items so app got stuck
1 Like
akim_akim
(akim akim)
November 23, 2020, 9:27am
#3
Thanks for your thoughts. I’m in the test and the list only has 3 to 10 test entries.
What do I have to do so that the app does not continue to work until the lists from the database are filled?
1 Like
Sumit1334
(Sumit Kumar)
November 23, 2020, 9:28am
#4
so what are u using in do block
1 Like
akim_akim
(akim akim)
November 23, 2020, 9:31am
#5
The app should not do anything until the list is no longer empty and then continue.
in While I just counted up a variable
akim_akim
(akim akim)
December 4, 2020, 9:39am
#6
Anyone else have any idea how I can use this or another block so that the program only continues until the variable is filled?