diff --git a/apps/client/src/features/app-settings/panel/automations-panel/AutomationForm.tsx b/apps/client/src/features/app-settings/panel/automations-panel/AutomationForm.tsx index 1ce3da620..545a0e94d 100644 --- a/apps/client/src/features/app-settings/panel/automations-panel/AutomationForm.tsx +++ b/apps/client/src/features/app-settings/panel/automations-panel/AutomationForm.tsx @@ -293,8 +293,9 @@ export default function AutomationForm({ automation, onClose }: AutomationFormPr

Outputs

Automation outputs can be used to send data from Ontime to external software
- or to change properties of Ontime itself. - See the documentation for templates + or to change properties of Ontime itself.

+ Use Ontime runtime data in these fields with template strings. Type {'{{'} to see autocomplete, or{' '} + read the docs
{fieldOutputs.map((output, index) => { @@ -341,12 +342,17 @@ export default function AutomationForm({ automation, onClose }: AutomationFormPr
@@ -376,7 +382,7 @@ export default function AutomationForm({ automation, onClose }: AutomationFormPr