Replace function - remove spaces from output

@Tiran_Yasinov,
If you directly type the space(" ") then that’s not work.
There are a couple of default Make’s keywords and {{space}} is one of them which needs to be used here.

There are couple of way to do it.

  1. Use the Mapping Dialog Box, In the mapping dialog box, Search for the word space, then select it from it.

  2. You can write keywords surrounded by double curly braces, Like {{space}}, {{emptystring}} etc. (You need to know which word is used specific to which keyword.)

  3. Another simple option is just to copy it from another’s created syntax. As per my last response, I’ve copied it from Make’s scenario and surrounded it in the code block.
    Just copy my given formula and change the input variable it works.

I hope this helps you.


:bulb:P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best as Solutions :white_check_mark: and give :+1:
If you need expert help or have questions? Contact or comment below! :point_down: