Document metadata extraction Node
Last updated
The Document Metadata Field Extraction Node extracts specific metadata field from document objects within your flow. This node is particularly useful when you need to access and utilize document metadata such as source information, timestamps, or custom metadata fields that were added during document processing.
Usage cost: 0 credit
Document Selection
Document*: Select the source document variable
Only single documents are supported (not document arrays)
Field Configuration
Metadata Field*: Name of the metadata field to extract
Supports both standard and custom metadata fields
metadata_field_value (string, optional): The extracted field value
Returns null if the field doesn't exist
Always converts the value to string format
Field Selection
Verify field names are exact matches
Consider case sensitivity
Use consistent metadata field naming across your flow
Field name mismatches
Missing metadata fields
Unexpected metadata value types
Last updated