variables
Provides essential variable management operations for handling data in your applications. Create, modify, and delete variables with different data types including text, numbers, dates, and times. These actions give you complete control over variable lifecycle, default values, and memory management. Use these tools to manage application state, handle temporary data, and implement data persistence patterns.
Area: 🔌 External Integration
Available Actions
This set contains 5 actions:
- default - sets a default value for a variable if it does not already exist
- forget - forgets / erases a variable from memory
- remember - a modifier that forces a read once cache/consulation of a value before a call to the network
- set - explicit set of a variable
- set-default - sets a default value for a variable if it does not already exist
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
default "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Connecting to APIs
- Integrating with services
- Handling authentication