# Date & Time trigger card - broken - day of week missing as option

**URL:** https://community.homey.app/t/date-time-trigger-card-broken-day-of-week-missing-as-option/111990
**Category:** Questions & Help
**Tags:** flow
**Created:** [June 25, 2024, 8:02pm UTC](https://community.homey.app/t/date-time-trigger-card-broken-day-of-week-missing-as-option/111990 "2024-06-25T20:02:07Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![izekube](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/izekube/32/79653_2.png) [@izekube](https://community.homey.app/u/izekube)
#### Post date: [June 25, 2024, 8:02pm UTC](https://community.homey.app/t/date-time-trigger-card-broken-day-of-week-missing-as-option/111990/1 "2024-06-25T20:02:07Z")

</div>

I recently build flows triggered by which day (e.g. weekday) by using built in “Date & Time”, but now option is missing all of the sudden???

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [June 25, 2024, 8:14pm UTC](https://community.homey.app/t/date-time-trigger-card-broken-day-of-week-missing-as-option/111990/2 "2024-06-25T20:14:26Z")

</div>

> [@izekube](#):
>
> option is missing all of the sudden???

Things don’t disappear all of a sudden, only after a firmware update, things can change.  
But, this will be mentioned in the [changelog](https://homey.app/en-us/wiki/homey-pro-2016-2019-changelog/)…

So, my Homey never could trigger on some weekday, so I’m very curious what model you got 😉

My Homey can trigger, like, every day, and with a Date & Time _ **AND** _ card, I can filter

 ![Screenshot_20240625-220435_Homey](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/c/2/c2d4afcef0160b2635312ad52fdeb856ebc047e5.jpeg)

---

<div class="post-metadata">

### Author: ![izekube](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/izekube/32/79653_2.png) [@izekube](https://community.homey.app/u/izekube)
#### Post date: [June 25, 2024, 8:27pm UTC](https://community.homey.app/t/date-time-trigger-card-broken-day-of-week-missing-as-option/111990/3 "2024-06-25T20:27:01Z")

</div>

Seems like **day** option is only available in “second” logic check (using AND).  
So “first” logic check have to be a **time** of the day - weekday is not available as first logic check.

This is not very intuitive if you are a regular programmer, and any if/else applies regardless of “order” of check… Anyway, I figured that one out… Thanks!

I am using Homey Pro (early 2023).

---

<div class="post-metadata">

### Author: ![Rmb](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/rmb/32/79135_2.png) [@Rmb](https://community.homey.app/u/Rmb)
#### Post date: [June 25, 2024, 8:59pm UTC](https://community.homey.app/t/date-time-trigger-card-broken-day-of-week-missing-as-option/111990/4 "2024-06-25T20:59:22Z")

</div>

> [@izekube](#):
>
> So “first” logic check

The first card, WHEN, is not part of an IF THEN ELSE statement, but it is an event/interrupt that starts/triggers/runs the flow/program.  
Normally you don’t see that in your program, as you execute the program from a shell prompt or by clicking its tile.

So the AND cart is the beginning of your if then else statement:  
IF AND card is TRUE  
THEN do something  
ELSE do something else

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [June 25, 2024, 9:03pm UTC](https://community.homey.app/t/date-time-trigger-card-broken-day-of-week-missing-as-option/111990/5 "2024-06-25T21:03:22Z")

</div>

Yes, Homey has a bit of a peculiar way of programming, which you have to get familiar with.
