Data Write Local
This function block allows you to write data into a separate local storage, which can be referenced by other blocks in the flow. This is beneficial for scenarios that require data retention across multiple iterations of processing.
📥 Inputs
Generic
This input accepts any type of data that you want to store for future reference.
📤 Outputs
This function block does not produce any outputs.
🕹️ Controls
Data Key
A text input field where you can enter a unique key to identify the stored data. This key must be a string and will be used to retrieve the stored data later.
🎨 Features
Local Data Storage
Allows you to store data locally, facilitating loops and enabling other parts of your application to access this data later.
Customizable Key
By specifying a data key, you can manage multiple pieces of data effectively.
📝 Usage Instructions
Connect Input: Link any function block with output data to the input socket.
Enter Data Key: Type a unique string into the
Data Key
input field to identify the data being stored.Evaluate the Block: Run the function block, which will save the input data to the specified data key in local storage.
📊 Evaluation
When executed, this function block stores the input data under the defined key, enabling you to reference it in future processing steps.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated