Hi,
Im dealing with a botflow where Im retriving various types of string values which I am saving into different variables. After I have retrived the text I am going to send it into a Word Document. But when I send it in to Word I want the text to be formatted so every word that starts with a upper cased letter are written on a new line. Which means that I have to enter a Enter keystroke before every Ucased letter. I have tried to solve it with the formula action in various ways but have not manage to figure out a soulution.
Example string:
Rekrytering Arbetsrätt Arbetsgivarens varumärkning
Where I want to seperate the string into the following distribution:
Rekrytering
Arbetsrätt
Arbetsgivarens varumärkning
Is there a way to solve this problem?
Thanks in advance,
Johan