I'm not sure why you are using the "Remove" formula? That is what is getting rid off the spaces.
There are many ways of solving this, it would probably be easiest to use the Regular Expression action under Advanced if you have experience with that. Otherwise, I've made a quick example with some screenshots.
Essentially, the trick is to use something like "|" in your "Clean" formula so that you actually know where the linebreaks where. Then you can use formulas on that. I'm not quite sure what your desired output is, whether you want the languages together in a single variable comma-separated or every language in an individual variable.
Let me know if you are able to solve it with inspiration from these screenshots.
I'm not sure why you are using the "Remove" formula? That is what is getting rid off the spaces.
There are many ways of solving this, it would probably be easiest to use the Regular Expression action under Advanced if you have experience with that. Otherwise, I've made a quick example with some screenshots.
Essentially, the trick is to use something like "|" in your "Clean" formula so that you actually know where the linebreaks where. Then you can use formulas on that. I'm not quite sure what your desired output is, whether you want the languages together in a single variable comma-separated or every language in an individual variable.
Let me know if you are able to solve it with inspiration from these screenshots.