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
Was this helpful?