We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f720bb9 commit f63402aCopy full SHA for f63402a
content/en/synthetics/notifications/template_variables.md
@@ -567,7 +567,7 @@ Use the step's unique identifier:
567
Combine any reference method with a property:
568
569
- `{{synthetics.attributes.result.steps.-1.status}}` - Status of the last step
570
-- `{synthetics.attributes.result.steps[Click button].status}}` - Status of the step named "Click button"
+- `{{synthetics.attributes.result.steps[Click button].status}}` - Status of the step named "Click button"
571
- `{{synthetics.attributes.result.steps.abc-def-ghi.status}}` - Status of the step with step ID "abc-def-ghi"
572
573
## Further Reading
0 commit comments