Extract Data
Extract specific data from input. Extract Data node in ActionFlows. Inputs, outputs, and how to use it.
Extract Data
Overview
Extract specific data from input.
Requirements
Credential Required
This node likely requires an integration credential. Add the related API key/secret from Integrations before execution.
Inputs
Standard Inputs
Datajson · required
Input data to extract specific values from
- Required
- Yes
- Multiple
- No
Extract Multipleboolean · optional
Whether to extract all matching values or just the first one
- Required
- No
- Multiple
- No
- Default
false
Patterntext · required
JSONPath expression or dot notation to extract data (e.g., 'user.name', 'items[0].title')
- Required
- Yes
- Multiple
- No
Outputs
Match Countnumber
Number of matches found
Extracted Datajson
Data extracted using the specified pattern
Foundboolean
Whether the pattern matched any data