
Parse Data
The Parse Data component transforms structured data into plain text using customizable templates. It enables flexible formatting and conversion of data inputs f...
Modify data records within your workflow by updating key-value pairs, enabling dynamic data management and transformation.
Component description
The Update Data component is a versatile tool designed for modifying data records within your AI workflow. Its primary function is to update existing data objects by replacing or adding key/value pairs, similar to updating a Python dictionary.
This component takes an existing data record as input and allows you to specify new field values. It then outputs the updated data object. The update is performed by replacing the specified fields in the original data with the new values you provide. This makes it easy to manipulate or enrich your data as it flows through your pipeline.
The component requires two main inputs:
Input Name | Type(s) | Description | Required | Display Name |
---|---|---|---|---|
data | Data | The record to update. | No | Data |
new_data | Message, Data | Key/value pairs to update. | No | Field to replace |
Output Name | Type | Description |
---|---|---|
output_data | Data | The updated data record. |
The output is a single data object reflecting all updates provided in the new_data
input.
The Update Data component is a straightforward and flexible node for updating any data object within your workflow. By supporting Python-like dictionary updates, it provides a familiar and efficient way to keep your data accurate and up-to-date as your AI process evolves.
It updates existing data within your workflow by replacing specified fields with new values, similar to how you would update a Python dictionary.
Use it whenever your workflow needs to transform, enrich, or modify data records dynamically as part of a process.
You can update text-based key/value pairs within any data object that supports the Data type.
No, you can choose to update only specific fields while keeping others unchanged.
No coding is required—just specify the fields and values you want to update within the component settings.
Experience flexible data manipulation with the Update Data component—essential for building adaptive and intelligent workflows.
The Parse Data component transforms structured data into plain text using customizable templates. It enables flexible formatting and conversion of data inputs f...
Effortlessly update specific rows in your Google Sheets directly within your FlowHunt workflow. This component connects your flow to Google Sheets, letting you ...
Combine multiple data sources effortlessly with the Merge Data component in FlowHunt. This versatile block collects and merges input data, streamlining workflow...