From 9c04a65c23f6e8f112269fae8f60d29abc7b1914 Mon Sep 17 00:00:00 2001 From: rossweale Date: Wed, 26 Nov 2025 13:49:46 -0500 Subject: [PATCH] Update overview.md Added content to Data Element Changed section to include that the event type polls every one-second for a value. --- help/tags/extensions/client/core/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help/tags/extensions/client/core/overview.md b/help/tags/extensions/client/core/overview.md index 2de5ea69ed..852a0a46e7 100644 --- a/help/tags/extensions/client/core/overview.md +++ b/help/tags/extensions/client/core/overview.md @@ -120,7 +120,7 @@ The event triggers if a custom event type occurs. Named JavaScript functions tha #### Data Element Changed -The event triggers if a specified data element changes. You must provide a name for the data element. You can select the data element by either typing its name into the text field, or selecting the data element icon to the right side of the text field and choosing from a list provided within the dialog that appears. +The event triggers if a specified data element changes. You must provide a name for the data element. You can select the data element by either typing its name into the text field, or selecting the data element icon to the right side of the text field and choosing from a list provided within the dialog that appears. The Data Element Changed also polls every one-second for a value. #### Direct Call {#direct-call-event} @@ -882,4 +882,4 @@ It is a wrapper for common JavaScript operations. It receives a data element as * Basic string manipulation (replace, substring, regex match, first and last index, split, slice) * Basic array operations (slice, join, pop, shift) -* Basic universal operations (slice, length) \ No newline at end of file +* Basic universal operations (slice, length)