Automation based on time of day

Luis Andino Rodriguez
Contributor
March 21, 2024

Im looking to make an automation based on time of day, 

If time is 8-12 then run this

If time is 12-6 then run this 

 

1 answer

1 accepted

3 votes
Answer accepted
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 21, 2024

Hi @Luis Andino Rodriguez 

You can use an If/Else structure with a smart value condition like this:

  • IF condition
    • {{now.format.("k")}}
      Greater Than
      7
    • {{now.format.("k")}}
      Less Than
      12
    • ACTION: Whatever you want to do
  • ELSE condition
    • {{now.format.("k")}}
      Greater Than
      11
    • {{now.format.("k")}}
      Less Than
      18
    • ACTION: Whatever you want to do

 

Luis Andino Rodriguez
Contributor
March 22, 2024

Thanks this worked perfectly 

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events