Power Automate Connector: Encodian – Word
Overview
The 'Word - Extract Files' flow action extracts the specified files from the Microsoft Word file provided.
The following file types are supported:
- docx
- dotx
- doc
- dot
- docm
- dotm
Credit Count
This action consumes 1 credit per operation.
Note, different Encodian actions can consume different numbers of credits. Please always check the action-specific documentation and read What is an Encodian Action for a full description of how credits are consumed.
Parameters
The default 'Word - Extract Files' flow action parameters are detailed below:
- File Content: The file content of the source Microsoft Word file
Please refer to the Obtaining the 'File Contents' Parameter article for guidance on how to obtain the 'File Content' parameter ready to provide to an Encodian flow action.
Advanced Parameters
The advanced 'Word - Extract Files' flow action parameters are detailed below:
- Start Page: Set the page number to begin extracting files from, defaulting to page 1
- End Page: Set the page number to stop extracting files on, defaulting to the last page of the document
- Page Numbers: A comma-separated list of page numbers to extract embedded files from: 1,3,4
- Culture Name: This setting is used to set the culture for the document prior to conversion. Please refer to the Culture Names article for a list of supported cultures
Return Parameters
The 'Word - Extract Files' flow action returns the following data.
Action Specific Return Values
- Documents - The collection of files extracted from the Word document provided
Each document within the document collection contains the following values:
- Documents Filename - The filename of the file
- Documents File Content - The file content of the file
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should occur in case of an error.
- Operation Status - Indicates whether the operation has been completed, has been queued, or has failed.
0 Comments