How to implement scheduling

Hi @authenticyogi, There are currently no loop functions available in Adalo to create some thing like “do this x times”.
You can create it by using multiple Click Actions with a condition:

  • Create record …, if Counter = 1
    — Counter = Counter +1
  • Create record …, if Counter = 2
    — Counter = Counter +1
  • Create record …, if Counter = 3
    — Counter = Counter +1
  • Create record …, if Counter = 4
    — Counter = Counter +1

Not elegant, but doable. Depends on your use case, e.g. if you can restrict the number of iterations to a maximum.

Fo calculation with days and minutes, see: How to calculate with days and minutes - #2 by jeremy