Word

Microsoft integration · 4 node(s).

00Overview

Microsoft Word Online document operations

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting Word

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Create

Create Document

microsoft/word/create · Action

Create a new empty Word document in OneDrive

FieldTypeDetails
FilenamestringRequireddocument.docx
Folder Pathstring
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_ONEDRIVE}

Returns: tool_result, item_id, web_url, success, error

03Get

Get Document Metadata

microsoft/word/get_metadata · Action

Retrieve metadata for a Word document in OneDrive

FieldTypeDetails
Document Item IDstringRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_ONEDRIVE}

Returns: tool_result, name, size, created_at, modified_at, created_by, modified_by, web_url, mime_type, document, success, error

04Read

Read Document

microsoft/word/read · Action

Download a Word document as HTML or PDF from OneDrive

FieldTypeDetails
Document Item IDstringRequired
Output Formatstringtml — choices: HTML, PDF
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_ONEDRIVE}

Returns: tool_result, content, title, web_url, success, error

05Replace

Replace Text

microsoft/word/replace_text · Action

Find and replace text in a Word document (via HTML conversion)

FieldTypeDetails
Document Item IDstringRequired
Search TextstringRequired
Replace WithstringRequired
Microsoft Account (email)string
Microsoft OAuth Credentialcredential${credentials.MICROSOFT_ONEDRIVE}

Returns: tool_result, content, replacements, success, error

06Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.