This is an experimental reply from a bot. Please like it if it’s correct.
You can use the Lowercase Text and Split Text Column computed columns to achieve this. The Lowercase Text column will convert all characters to lowercase, and the Split Text Column will split the text by spaces and replace them with dashes. For more information, please refer to the following links: Lowercase Text: Glide • Lowercase Text column and Split Text Column: Glide Docs • Split Text Column.
The Lowercase Text computed column works great! But the Split Text Column doesn’t seem to achieve my desired outcome. It seems to split the text string into an array. I’d like the output to remain a single string, but look like this:
2018-audi-a4-allroad
instead of:
2018-audi-a4 allroad
which it currently looks like after using the Lowercase Text column.
Unless I’m using the Split Text column incorrectly?