| Line 1: |
Line 1: |
| − | This constraint can be used to allow/prevent functionality from running on certain days of the month. For example if you wanted a particular macro to only run on the 1st of each month you could enable on the 1st day and the macro will never run on any other day of the month. | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current day of the month.</pre> |
| | + | |
| | + | ''' Options ''' |
| | + | |
| | + | * '''Day(s)''' - Select one or more days (1-31) |
| | + | |
| | + | ''' Example ''' |
| | + | |
| | + | ''Example 1: Open your budget app on the first day of the month'' |
| | + | <pre class="trigger-style">Triggers |
| | + | |
| | + | Day/Time Trigger - 09:00</pre> |
| | + | <pre class="action-style">Actions |
| | + | |
| | + | Launch Application: Wallet</pre> |
| | + | <pre class="constraint-style">Constraints |
| | + | |
| | + | Day of the Month - 1</pre> |
| | + | |
| | + | ''' See Also ''' |
| | + | |
| | + | * [[Trigger: Day of Week/Month|Day of Week/Month Trigger]] |