Writes a message to the flow run’s log, then continues. Perfect for marking milestones in a long flow, or for spot-debugging: check the Runs pane after a dry run to see what was logged.Documentation Index
Fetch the complete documentation index at: https://docs.twine.se/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
- Message — the log template.
{assign_name}inside the string is replaced with the current value of that assign at run time. Unknown keys resolve to"nil". - Level —
info(default),debug, orwarning. The scheduled-run log level controls which ones are retained on automatic runs.
Example
Processed {employees} employees (of {source_count} total)