I have used your xaml to trim the places,but the problem i am facing is when i use append text to paste the trim data ,it copying total data to same file again.
-I want to replace the existing data here(Overide) .
@RajeshT, create a new file, or just send hotkey to that file use ctrl + a to select everything, and then send another hotkey with backspace or delete to clear everything on the file then use the set to clipboard activity and then hotkey with ctrl + v to paste the data into the file.
Thank you so much for your response.
Can you able to help me to trim only highligted part in word file.
Appreciate your help.Original File_After Replace text.docx (19.1 KB)
@RajeshT, i cannot access my laptop right now, but i wanted to try something, please try it and let me know if it works
use a replace activity right underneath the message box activity, in the search for type in “WordText” and in the replace with type in “TrimWhiteSpace”, make sure the replace activity is inside the word scope.
i am assuming you have not changed my workflow, and the above variables are still valid. Please let me know if that works.