Passing form input to countdown + one countdow triggering another

Hello,

I have 2 quick questions as I am exploring Adalo countdown component:

  1. Is it possible to allow user to input the time (minutes and seconds) and pass it to countdown?

  2. Once having 2 or more timers on the page - is it possible to have a second countdown only start once the first one has finished?

Bonus question: I saw options to send push notification but could not find one for playing sound (on countdown finish)

Thank you for your guidance as I am starting my Adalo journey

1 Like

Question 1 - YES
Question 2 - YES, using ‘change visibilitry’

For 2, here is the method:

  1. Make a true-false property in logged in user called ‘Make countdown visible’ (or whatever)
  2. Place 2 count downs on a screen.
  3. On the first countdown add an action after countdown finishes - Update Logged in User --> Make Countdown visible - TRUE.
  4. Now select the second countdown and click on ‘Change Visibility’ and add the condition 'visible if Logged in User --> Make countdown visible is TRUE

Hope this helps

3 Likes

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