Skip to end of metadata
Go to start of metadata

This service flattens the inputlist by one level. It returns the result of the flattening. For example, given the input list [[1,2,3],[4,5,6],[[7]]] it will return [1,2,3,4,5,6,[7]].

Input ports

  • inputlist - The list of values to be one-level flattened. This is mandatory parameter.

Output ports

  • outputlist - The result of one-level flattening the inputlist.

Examples

There is an example workflow on myExperiment

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.