load-text-file
Work with load text file
Overview
The load-text-file
action is part of the file set in Rhyme. Work with load text file.
Category: File
Area: ⚙️ System & Control Flow
Basic Usage
load-text-file "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
load-text-file "Example usage"
Example 2: With Variables
$my-variable: "some value"
load-text-file $my-variable
Tips
- This action is part of the file set
- Common use case: Controlling app flow and logic
Related Actions
Related actions from the file set will be listed here.