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