How to create a series of values (even date/time values)

Hi all.

I’m new to Adalo, so sorry if I’m asking very basic questions.

I wanted to know if there is a way to run an action in a loop, for a fixed number of times or until a condition is met. In my particular case, I need to create a series of date/time values that represent time slots for a booking app.

It would work like this:

  • I have a collection that holds working days and working hours (say, for example, Mondays from 9:00 to 17:00, Tuesdays from 10:00 to 18:00, etc.).

  • The same collection holds a value that represents de duration of time slots (say, for example, 15 minutes).

  • I need to show all time slots on the screen, so that the user can select one (the timeslots themselves don’t need to be stored in a collection). Following the previous example, the result for Monday would be: 9:00, 9:15, 9:30, … and so on.

I have not been able to find a way to do this in Adalo. Any help would be appreciated.

Best regards.

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