Hi. In my app i use countdowns un list to update diferents registers.
When i finish the first registers i link to other screen where i update other registers.
Can i do It in an only one screen.
Thanks in advance
I think you could do this on one screen using visibility settings. So when first countdown finishes, you update a hidden text input field to ‘countdown2’, then the second countdown component is ‘sometimes visible’ IF hidden text input does not equal empty. Then the second countdown will appear as soon as the first one finishes, and start counting.
1 Like
Ok. I thought that invisible lists worked like visibles ones.
I’ll try later.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.