Creating rows for a set of tags

Hello everyone

My situation
Currently, a user can create a Meeting using a form screen.
On Submit - some default fields are filled.

Now, I need a user to be able to enter a list of tags
So I added a text field to the input form.
Next, I use split to create a column with Meeting_Interests tags

What I need now is to add these tags to a dedicated Interest table.

How can I do that ?

Second part of the question, linked to the split type
How to show Inerest tags on Meeting detailed screen?
If I use table - it does not show all the tags, just one line

Thank you
D

Can you show an example of this?

Easiest way in my opinion is using a custom component, tell it to display the input - a comma-delimited string, in a tags/pills format.