[DOCS] Fix event.values URL template var desc (#163507)

This commit is contained in:
James Rodewig 2023-08-10 14:32:55 -04:00 committed by GitHub
parent a8f3a5ac8c
commit 37a53b69cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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