I am having an issue with creating a flow that runs on the Tuesday before the first Wednesday of the month. I had a trigger condition, @Or(greaterOrEquals(dayOfMonth(utcNow()), 28), lessOrEquals(dayOfMonth(utcNow()), 8)), but it's not perfect and I think there are edge cases that may cause issues. Is there a better way to accomplish this task?
Any suggestions would be helpful.
Thank you