Read Text From Word and convert into Array

Hello Creator’s,

Here you go with the solution of how to get the array from Word document content.

  1. Use Word application Scope Activity - Provide the file path
    2.Use Read Text Activity - Create var ReadText
    3Use Assign Activity - Create Var StrArray ** in value filed type the following value

ReadText.Split(Environment.NewLine.ToArray, StringSplitOptions.RemoveEmptyEntries)

Split%20Array

Note: StrArray Var type shoud be arrayOf(String)
Array%20of%20string

Regards,
Srenivasan kannan