Understood, you want “Dutch” word inside the document.
- inside foreach add “Word Application Scope” and pass item.ToString (word path) to it.
- Add “Read Text” activity and create an output variable for it (say wordText)
- Now out side “Word Application Scope” and inside “Foreach” add your if condition and pass if wordText.Contains(“Dutch”) and do your rest of the logic.