Getting Started
Referencing lists by positions instead of names
In most automations that refer to a list, you can reference the list by its position on a board instead of a name.
To reference the list by its position, type #N as the name of the list, where N is a number (#1, #2, #3, and so on). For example, you can create the following Board Button automation to add a new "Team meeting" card to the first list on the board:
1
every monday, create a new card with title "Monday meeting" in list "#1"
Check this video for more information: Automation: Referencing Lists by positions.
If the number N is higher than the number of lists on the board, a new list will be created to complete the automation. The name of the list will be #N. For example, if the board has three lists, every Monday the following Calendar automation will create a new list called "#4" with the "Monday meeting" card on it.
1
every monday, create a new card with title "Monday meeting" in list "#4"
Note: If a list actually named #N is present on the board (like #4 from the example above), Automation will use that list regardless of its position.
Was this helpful?