I’m using list from csv table and for each item blocks.
My table contains 2 column, each column is text field and contain some commas.
When it convert csv into list, it splits the column.
Column1 , Column2
Hi(column1), Thank You, Welcome(column2)
Result i’m getting
Hi
Thank You
It is also internally splitting column2.
if you split then it will behave as a list only and you can use it as select list item list. Do one thing, first you split the value into a variable and count the length of the list, you will get result which means csv is converted into list
I’m using Mysql, Mysql is sending data in csv.
I have two column one for heading and other for main content.
I want to keep them in two list and make something like slideshow