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