How to use dictionary to replace value in word document

I have many keys and values in a dictionary but i want to replace in word doc the key to its corresponding values.

Hello @superpunchypp ,

You need to create a loop to go through the dictionary

For each element of your dictionary, get the key and the value and use the word activity “replace text in document”.

image