From 37a53b69cfbce11344103199bb4b751d2313dde8 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Thu, 10 Aug 2023 14:32:55 -0400 Subject: [PATCH] [DOCS] Fix `event.values` URL template var desc (#163507) --- docs/user/dashboard/make-dashboards-interactive.asciidoc | 2 +- docs/user/dashboard/url-drilldown.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/dashboard/make-dashboards-interactive.asciidoc b/docs/user/dashboard/make-dashboards-interactive.asciidoc index aee1d37507f19..03d48e308f542 100644 --- a/docs/user/dashboard/make-dashboards-interactive.asciidoc +++ b/docs/user/dashboard/make-dashboards-interactive.asciidoc @@ -659,7 +659,7 @@ Note: | | event.values -| An array of all cell values for the raw on which the action will execute. +| An array of all cell values for the row on which the action will execute. To access a column value, use `{{event.values.[x]}}`, where `x` represents the column number. | | event.keys diff --git a/docs/user/dashboard/url-drilldown.asciidoc b/docs/user/dashboard/url-drilldown.asciidoc index d5e0ea6e397f7..4cfad959e2512 100644 --- a/docs/user/dashboard/url-drilldown.asciidoc +++ b/docs/user/dashboard/url-drilldown.asciidoc @@ -244,7 +244,7 @@ Note: | | event.values -| An array of all cell values for the raw on which the action will execute. +| An array of all cell values for the row on which the action will execute. To access a column value, use `{{event.values.[x]}}`, where `x` represents the column number. | | event.keys