How to replace random numbers with number names from dynamic documents

Hi
I have dynamic agreement documents, I have to replace numbers that have days, months, years appended to them.
example (3)days → 3 (three) days.
It is a word document.

Hi @Dimple_Mandal

one way to do is to hold these as key-value pair in excel and use they as dictionary in the workflow and use where ever necessary
example
key → value
1 → one
2 → two
3 → three
4–> four
etc

But the thing is it can be any number, 3 ,36,20,4

interesting !!

if there is a possibility to invoke python, you can check below package

also have a look at the marketplace e.g.

1 Like

I can try this.