Data Read Local
This function block allows you to retrieve data from a local storage space within the current system. It provides access to stored values, enabling data-driven workflows and operations.
📥 Inputs
This function block does not require any inputs to operate.
📤 Outputs
Generic
The output will present the data retrieved from the local storage based on the specified data key.
🕹️ Controls
Data Key
A text input field where you can enter the specific key associated with the data you wish to retrieve from the local storage.
🎨 Features
Data Retrieval
Efficiently reads data associated with a specific key from local storage, allowing for dynamic interaction between blocks in workflows.
Warning Notifications
Provides feedback if the requested data key does not exist in storage, enabling users to correct inputs as necessary.
📝 Usage Instructions
Enter Data Key: In the
Data Key
input field, specify the string that corresponds to the data you want to retrieve.Evaluate Block: Run the block to fetch the specified data from local storage. The output will reflect the retrieved value, or a warning will inform you if the key was not found.
📊 Evaluation
On execution, this function block attempts to retrieve data using the specified key and provides it as output. The output allows further processing in subsequent function blocks.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated
Was this helpful?