Skip to content

Commit 388ae92

Browse files
authored
Merge pull request #7679 from segmentio/develop
Release 25.24.1
2 parents 68e616d + be6fefc commit 388ae92

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2025-06-05
2+
# destination categories last updated 2025-06-12
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2025-06-05
2+
# destination data last updated 2025-06-12
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow

src/_data/catalog/destinations_private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2025-06-05
2+
# destination data last updated 2025-06-12
33
items:
44
- id: 54521fd925e721e32a72eee1
55
display_name: Pardot

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source categories last updated 2025-06-05
2+
# source categories last updated 2025-06-12
33
items:
44
- display_name: A/B testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2025-06-05
2+
# sources last updated 2025-06-12
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET

src/connections/destinations/actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,11 @@ The available operators depend on the property's data type:
261261

262262
You can combine criteria in a single group using **ALL** or **ANY**. Use an ANY to “subscribe” to multiple conditions. Use ALL when you need to filter for very specific conditions. You can only create one group condition per destination action. You cannot created nested conditions.
263263

264-
> info "Unsupported Special Characters"
265-
> Mappings do not support the use of double quotes " or a tilde ~ in the trigger fields. In mapping fields, the . character is not supported unless it's being used to access an object key. If a string has a . in it, that is not supported.
264+
> info "Unsupported special characters in trigger fields"
265+
> Trigger fields don't support double quotes (`"`) or the tilde (`~`) character.
266266
267-
> info "Limitations"
268-
> Mapping fields don't support dot notation. For example, properties.amount.cost or properties_amount.cost aren't supported.
267+
> info "Mapping field limitations"
268+
> In **destination** fields, you can use dot notation to create nested objects and arrays (for example, `info.name` or `info[0].email`), unless the field is enclosed in double quotes (for example, `"user.email"` creates a literal key, not a nested structure). In **source**, dots are only supported for accessing object keys. Literal strings that include a dot (like `user.email`) aren't supported as property names.
269269
270270
> info "Destination Filters"
271271
> Destination filters are compatible with Destination Actions. Consider a Destination Filter when:

0 commit comments

Comments
 (0)