Skip to content

Get Text Activity

The Get Text activity extracts all existing text content from a specified Word file. This activity enables users to retrieve the full textual content of a document, making it available for further processing within a workflow.

Field Description Requirement
Word name The reference name of the Word file that has already been opened or created. Required
Result variable name Used for assigning all the received text data from the Word file to a variable. Required

Action Types & Examples

Get Text Content

  • Format: string
  • Example Result: getTextResult

Implementation Examples

Field Setup - Word name: newWord

Execution Parameters - Result variable name: getTextResult

Technical Notes

  • The variable name provided for the result must not contain spaces.
  • The activity returns the entire text content of the Word document as a single string.