You cannot enter a space character as input data for the string replace task.
Kivati Studio's Task Design View supports setting the value of most text fields to a single space character. However, when the project is saved and compiled, the space is removed and the value behaves as an empty string.
This is a known bug in Kivati Studio and will be addressed in a future release.
As a temporary workaround, you can use the String Substring task to chain a space into other tasks. To do this:
- Add a String Substring task to your project.
- Set the InputString property equal to "A A".
- Set the StartingIndex and Length properties equal to 1.
- Chain the SubString property to the task that requires the space character.