Forum Discussion
Nelleke-NL
Helper II
2 years agosplit text from field with row of text
Hello I know how to split text to row example 1;3;4, Text.Split([eerderhulpID],";") list expand to row but how if its text in column on different rows. Wat is then insted of ";" ...
DOLEARY85
Resident Rockstar
2 years agoHi,
you can use line feed as the splitter #(lf), example below:
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍