Need to Replace text in WORD Document

Hi I’m trying to Replace Special char with text in Word Document, we can do with by “Replace Text” Activity but problem is that special char is multiple times , so is there any option like to take reference?or How we can do that ,
Thanks in Advance

@Ramakrishna

Do you want to replace that special character in all the places or only in one place ?

I have special character like *** in 6 places each place I need to replace with one variable

@Ramakrishna

If you want to replace with same variable in all places then you can use below expression:

WordText.replace(“***”,“Your variable”)

2 Likes

Need to replace with different variables

@Ramakrishna
Here is your xaml buddy
replace.zip (12.3 KB)

Hope this would help you

Cheers

IS that working buddy, or do we need to tweak the workflow a bit @Ramakrishna

Capture
Here i need to replace *** with different variables , if we choose find and replace it changing all places so do not like that can we take any reference for name , ph, and address?

Capture
Here i need to change *** this with different variables.

Hey sorry i loggedin after a long time , i solved that case with VB script,
Thanks

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.