Read multiple word document in folder

Understood, you want “Dutch” word inside the document.

  1. inside foreach add “Word Application Scope” and pass item.ToString (word path) to it.
  2. Add “Read Text” activity and create an output variable for it (say wordText)
  3. 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.