Create time slots

Hello, I am looking to create time slots in advance for my customers thanks to a start date and time and an end date and time, as well as with a variable that will increase by 1 hour each time a slot is created. I thought to do like the photo below but in fact the variable is not incremented

an idea? Thanks

Hi!

  1. You should use not “repeat”, but “while”

  2. When you compare 2 values, expression must be like “datevar<datefin”

Otherwise you’re good.

1 Like

You are using a statement that results in true/false for a repeat, you may be better using a while step instead

Beat me to it! :wink: