Displaying List of Column Values for a Selected Row?

Hello All.

I have a data table with various values for fictious plants. I am trying to establish how to print the values from each column of a selected plant (row) as a list on a widget, without piping each value individually to a text widget for each. In other words, I am wondering if there is any way to make, say, a bulleted list from data table values?

I have my Struct, Data Table, and Widget set up, breaking the struct and piping the value as string to a text widget.

I was hoping there was a node available that would allow me to pipe in any/all of the broken struct nodes, and list them out?

Thank you for your time and any suggestions.

Be well.