From e8245bac4266e804e604cbcfc8bde6e32f6efc2b Mon Sep 17 00:00:00 2001 From: stayseesong Date: Wed, 23 Jul 2025 09:04:48 -0700 Subject: [PATCH] table fix --- src/connections/destinations/actions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/connections/destinations/actions.md b/src/connections/destinations/actions.md index 0af692b36c..f8ef42a32b 100644 --- a/src/connections/destinations/actions.md +++ b/src/connections/destinations/actions.md @@ -247,6 +247,7 @@ The liquid syntax function enables you to transform event data with fine-grain c Segment supports the following LiquidJS tags and filters for mappings. Segment selected these to ensure performance, security, and compatibility with real-time event processing. Segment disabled unsupported tags and filters to prevent performance degradation or security risks. #### Supported tags + | Tag Name | Description | |-------------------|-------------| | `assign` | Assigns a value to a variable for reuse in the template. | @@ -265,6 +266,7 @@ Segment supports the following LiquidJS tags and filters for mappings. Segment s | `when` | Part of `case` statements for matching specific values. | #### Supported filters + | Filter Name | Description | |--------------------------------|-------------| | `abs` | Returns the absolute value of a number. |