I want to replace multiple parts of text but in a RESULT block, because there is no block for “For each Item in the list” in the result. How can this be achieved?
I want the replaced text in a RESULT block, so that it can be used as input for some other procedures. Your last example helped in adding it in a DO block.
Think of it like a sentence. Like it will change “Today is 04 Jan, Tomorrow is 05 Feb” to “Today is 04 01, Tomorrow is 05 02”. Your previous example changes the item in the list.