| Line 1: |
Line 1: |
| − | <span style="color: #0E9549; font-size: 24px;">'''About this constraint '''</span> | + | <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.
| + | ''' 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]] |