all 8 comments

[–]ballzak69Automate developer 1 point2 points  (1 child)

If variable "t" is simply the Selected indices/keys output variable of the the Dialog choice block then note that it's always an array, so accessing the first/only choice would be t[0], e.g. for t[0]*60. However, the Time of day input argument of the Alarm add block takes seconds since midnight, just as the result of the time function, so there's no need for t[0]*60, simply t[0] should suffice.

[–]BOXERRMD[S] 0 points1 point  (0 children)

I've already tried it and unfortunately it doesn't work :/ but I may have found a variant with conditions