remember
a modifier that forces a read once cache/consulation of a value before a call to the network
Overview
The remember action is part of the variables set in Rhyme. a modifier that forces a read once cache/consulation of a value before a call to the network. a modifier that forces a read once cache/consulation of a value before a call to the network
Category: Variables
Area: 🌐 External Integration
Basic Usage
remember "Example usage"Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
remember "Example usage"Example 2: With Variables
$my-variable: "some value"
remember $my-variableTips
- This action is part of the variables set
- Common use case: Connecting to external services
Related Actions
Related actions from the variables set will be listed here.