Submitted by leader on Sun, 10/26/2025 - 17:27
I put this is my button's "OnSelect" property.
ForAll(
Sequence(
DateDiff(
/*This is my start and end times and it breaks it down into 1 hour or 30 minute or 15 minute time slots This still needs work*/
ddStart.Selected.myDate,
ddEnd.Selected.myDate,
TimeUnit.Hours
) * If(
ddLength.Selected.Length = 30,
2,
If(
ddLength.Selected.Length = 15,