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