get-item-number
Retrieves a specific item from a group by its position number, enabling targeted access to collection elements.
Overview
The get-item-number
action is part of the group set in Rhyme. Retrieves a specific item from a group by its position number, enabling targeted access to collection elements.. Retrieves a specific item from a group by its position number, enabling targeted access to collection elements.
Category: Group
Area: 📊 Data & State Management
Basic Usage
get-item-number "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
get-item-number "Example usage"
Example 2: With Variables
$my-variable: "some value"
get-item-number $my-variable
Tips
- This action is part of the group set
- Common use case: Managing app data and variables
Related Actions
Related actions from the group set will be listed here.