Field List - Display/Manage in Table

Hi,

I have a Thing called “Strategy Model”, which has a text field called “Problem” configured as a list. Each item in the Problem field is separated by a comma (,) delimiter.

I struggle with displaying the list in the Table element so the user can manage each list item (row). I get errors in my data source.

Images76

Is it possible to split the values in the field list into a table? Then, if so, is it possible to add controls such as add, edit, and delete items from the row?

Thanks in advance,

Travis

I don’t understand your data structure… can you share some screenshots?

Here is some additional context.

I am trying to create a list within a single text field (like bullet points) rather than having a separate data type. I want to colour the background of each item in the list (bullet point) so that it looks like the image below to the user.

Images77_1

I have a data type called Strategy Model with the text field called Problem configured to the List of texts as seen in the image below.

I struggle to display the List of texts from a single field in a table element.