Reviews (0)
For Workflow: Flatten list - two depth
The flatten_list service takes the list [[['a']], [['b']], [['c']], [['d']]] and, using the default flatten depth of 2, outputs the list [['a'], ['b'], ['c'], ['d'], ['e']].
Created: 2008-09-29
Credits: Alan Williams