Hi Glide Community,
When using the “Replacements” feature in the Template column, there’s no way to target a newline character.
The Use Case:
A very common task is cleaning up multi-line text fields before using them in other constructs. For instance, when building a JSON object, any line breaks in a text value will make the entire JSON invalid. We need an easy way to replace these line breaks with a space.
The most intuitive and user-friendly solution would be to allow users to physically press the ‘Enter’ key inside the “Find” input box to create a line break character.