fill-column
The fill-column
action fills a table column with fixes value. It belongs to the table category within the ui area.
Action Syntax
fill-column $variable with 123
A variable name starting with $ followed by a value followed by A numeric value
fill-column $variable with "text"
A variable name starting with $ followed by a value followed by A quoted text string
fill-column $variable with true|false
A variable name starting with $ followed by a value followed by A boolean value (true or false)
fill-column $variable with $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
fill-column $variable with YYYY-MM-DD
A variable name starting with $ followed by a value followed by A date in YYYY-MM-DD format
fill-column $variable with HH:MM
A variable name starting with $ followed by a value followed by A time in HH:MM format
fill-column $variable with 30m
A variable name starting with $ followed by a value followed by A duration (e.g., 30m, 2h)
fill-column $variable with IT
A variable name starting with $ followed by a value followed by a value
Examples
// Basic Usage
fill-column $foo.bar with 10
Action code: 135987005
Version: 0.6.4-1
Last updated: 2025-06-13