Get Element
This function block is designed to extract an element from a batch (list or array) based on a specified index. It allows users to easily access individual data points from a collection.
📥 Inputs
Batch
A collection (list or array) from which you want to retrieve an element.
Index
The position (0-based index) of the desired element within the batch.
📤 Outputs
Generic
This output provides the specific element retrieved from the input batch based on the provided index.
🎨 Features
Element Retrieval
Users can quickly access specific elements from a batch using a designated index.
Versatile Input Types
The block accepts various input types, allowing for flexibility in data handling.
📝 Usage Instructions
Connect a Batch: Link a collection, such as a list or array, to the
Batch
input.Set an Index: Provide the index of the element you want to extract from the batch at the
Index
input.Retrieve Element: Upon evaluation, the block will output the element located at the specified index.
📊 Evaluation
When executed, this block outputs the element obtained from the input batch at the specified index.
🛠️ Troubleshooting
Last updated