HeadshotsExplorationAboutIndex

Make sure automation run only one time per day

Quand tu veux être sur qu’un automatisme roule qu’une seul fois par jour.

{{
 this.attributes.last_triggered
  is none or
 this.attributes.last_triggered
  < today_at()
}}



Francis Fontaine