AND / OR / IF conditional triggers

Hi all,

Is there a way to trigger an automation that is based on a date/time condition trigger AND an additional condition such as "When macOS awakes sleeps OR starts"?

The use case that I'm trying to implement is:

  • Every Friday at 8am, run the following AppleScript
  • However, if the laptop is off, then run the AppleScript when the laptop wakes or starts but only if it's on a Friday

I know I could configure the second case with a custom AppleScript that runs each time I start the machine and then checks the time/date. However, was curious if there's a BTT native way to support this?

Thanks