Conditional Steps in Workflow

The current conditional (if/then) step in workflows only works for 3 things - if a status is something, is a person is someone, and if item is in a specific group. I wish there were more trigger options to choose from.

For example, the date field - I want to be able to move or create items in specific groups based on a date field. i.e. if the date is within these dates “Jan 1 - Jan 31”, move item to the “January 2024” group, etc.

My specific use case goal is to use a multi-level workflow to create a new item in a different board already based on other column information and then sort it into the correct group based on the date. However, I don’t want to have to edit the workflow every month to update which group the item is organized into as this automation is going to be a part of multiple workflows for different boards all filtering into one board.

Another way to complete this type of use case is to be able to use other types of columns in the conditional steps, such as numbers, text, etc - so it could be “if column X = 1; yes > move item to Group 1,” then under the no option, i could continue with “if column X = 2; yes > move item to Group 2,” and so on and so forth.