NiksTech
(NiksTech)
July 23, 2021, 6:41am
1
When screen initialize I called some data from airtable
After getting data, I am displaying it in dynamic cardview
And it is working fine
But problem is :
When I am going to do same thing on refresh layout
Output coming like this
Some unwanted dynamic cardview getting created but after reopen app, itβs working fine but how to avoid this problem?
Please help!
What is your default clock timer interval? Did you untick timer always from the designer mode?
Also add the block call colintree clear list on clicking the refresh layout
No need of adding again the registration of va for collintree . Enough to add in the screen initialise block itself
NiksTech
(NiksTech)
July 23, 2021, 7:24am
3
@Still-learning My default clock timer interval is 3000 and I did not untick timer always fires.
I am displaying images(data) in dynamic cardview and not in colintree list view.