Manual
EN / JA

Runtime input

Enter the values that change every run in a dedicated modal.

When it appears

The modal appears when you click Run on any script that has runtime fields — whether from the editor or directly from the script list.

How it works

  1. The modal opens and loads the latest field definitions
  2. If Restore last inputs is on, last-used values are filled in
  3. Complete the required fields
  4. Click Run to start
  5. Click Cancel or × to abort

Field types in the modal

Field typeUI
TextText input
NumberNumber input (supports min, max, step)
DropdownSelect
CheckboxCheckbox with an “Enabled” label
DateDate picker
File (single)Text input + Browse button
File (multiple)File list + Add button
FolderText input + Browse button

Multi-file selection

Available when a file field has Multiple enabled. Each file appears on its own row with a remove button, and Add file appends new entries.

Validation

Values are validated in real time:

RuleTriggered when
RequiredField is empty
Not a numberNon-numeric input
At least XBelow the minimum
At most XAbove the maximum
Integer onlyDecimal input
Invalid formatDoesn’t match the pattern

Errors appear in red beneath the field. The Run button stays disabled until everything clears.

Value persistence

After a successful run, all runtime values are saved inside the app. What happens the next time you open the modal depends on your settings:

  • Restore last inputs: ON (default) — fills in last-used values automatically
  • OFF — opens blank
Note: Values are saved regardless of this setting — the toggle only controls whether they’re restored in the modal. Change it from the settings drawer.