Scheduled trigger - biweekly

I know you can set triggers for daily, specific days of the week, etc. is there a way to set a biweekly trigger? we often have clients who need biweekly automations centered around payroll, etc but running weekly would prematurely retrieve data that isnt needed yet.

The best approach I can think of is to use the Date Time “every weekday at” trigger configured to fire on a certain day, e.g. Friday. Then in automation logic, you can use Lookup Table actions to toggle a flag back and forth to know when to execute or skip execution.

yeah that would work. didnt know if something was already built to do it and i never found it.