Transaction group schedule

How can I execute transaction group every hour at exactly x:59:59?
e.g. 00:59:59, 01:59:59, … 13:59:59, 14:59:59, … 22:59:59, 23:59:59, 00:59:59,… :frowning:

You can make a run-always expression item and us it for the trigger of the group:

dateFormat(now(),"mmss")="5959"

@JordanCClark Yes, thank you. The minute, I posted the question, it came to me… :slight_smile:
I just used:

(dateFormat(now(),β€œmm:ss”)=β€œ59:59”)