Good afternoon everyone.
Can you help me transform an array made with joined list into a column.
Example
Joined List
Banana,Avocado,Orange.
Fruits Column
Banana
Avocado
orange.
Is this possible?
- Number your rows, starting at 0
- Coerce your list into an array using a Split Text column
- Apply the array to every row using a Single Value->First column
- Use a second Single Value column to extract the Nth from start of the previous column, where N is your row number
2 Likes
It didn’t work.
Can you make an example, please.
Can you show where you got stuck?