row
Manages individual rows within tables and data collections. Provides operations to add, delete, retrieve, and manipulate rows including getting first/last rows, random selection, and unpacking row data into separate variables.
Area: 💾 Data & State Management
Available Actions
This set contains 7 actions:
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
add-row "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Storing user preferences
- Managing app state
- Working with structured data