Transform a list into a single value separated by a paragraph or a selected character.
List to single value
module is a logic module that allows you to convert a list of text entries into a single value. This module is particularly useful for transforming a list of text read from a Google sheet into a text you can pass in a single prompt.
The module has one input and one output:
list of text
, receives a list of text inputsText
, the concatenation of the provided list according to the defined separation character-