| Line 1: |
Line 1: |
| − | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current day of the month.</pre> |
| − | 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 would enable only day number 1 and the macro will never run on any other 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]] |