How can i split text at space?

Don’t replace space. It doesn’t work.

Use split text block and split at space then use join block to join splitted text strings with additional string which you want to put in place of space.

You should first learn the basic use of each block.

This will be helpful for you:

1 Like