List [[Arrows]] are specifically used to load parallel groups. They attempt to parse their content, regardless of the node they are coming from, into a list of items. Those items will then be distributed among the versions of the parallel group it is pointing to, where they will be available as variables.
List arrows are Cyan and are labeled.
![[Pasted image 20240721141738.png]]
List arrows can parse list items from the markdown list format or from JSON arrays of strings.
If there are limit number of the parallel group is higher than the number of items given, the unused parallel groups won't execute. If the opposite is true, only the items that can fit will be included, so be sure to make the limit number of the parallel group equal to or larger than the number of items you expect.
Learn more here: [Parallel groups](obsidian://open?vault=cannoli-test&file=Cannoli%20College%2F5.%20Groups%2F4.%20Parallel%20groups.canvas)
Currently, list arrows can only point to parallel groups, but more capabilities may be added in the future.