Data Write Global
This function block is designed to write data into a global storage system, which can be accessed by other parts of your application. It is beneficial for scenarios involving loops, but it does not guarantee data flow integrity.
π₯ Inputs
Data
This input accepts the data you want to store globally.
π€ Outputs
This function block does not produce any outputs.
πΉοΈ Controls
Data Key
A text input allowing you to specify a unique key under which the provided data will be stored globally. This key can later be used to retrieve the stored data.
π¨ Features
Global Data Storage
Easily stores data that can be accessed across different blocks or scenarios.
Flexible Key Control
Users can define a custom key for stored data, giving flexibility to manage entries.
π Usage Instructions
Connect Input: Link the data you want to store globally to the
Data
input.Set Data Key: Enter a unique key in the
Data Key
control to label your stored data.Evaluate: Run the block to store the input data globally.
π Evaluation
When executed, this function block stores the given data under the specified key in the global storage, allowing it to be accessed later by other function blocks.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated
Was this helpful?