Skip to content

Commit 514d64e

Browse files
authored
Audience cycle error
### Why am I receiving the error "The audience would create a cycle by referencing another audience"? This error occurs when creating audiences that reference each other, meaning audience X refers to audience Y in its trigger condition, and later you attempt to modify audience Y's trigger condition to refer back to audience X. To avoid this error, ensure that the audiences do not reference each other in their conditions.
1 parent f40c29f commit 514d64e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/engage/audiences/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,7 @@ Segment recommends using the `$` operator when you deal with array properties. H
255255
### How do I populate multiple items off a list for an `equals one of` condition? **
256256
The audience builder accepts CSV and TSV lists.
257257

258+
### Why am I receiving the error "The audience would create a cycle by referencing another audience"?
259+
260+
This error occurs when creating audiences that reference each other, meaning audience X refers to audience Y in its trigger condition, and later you attempt to modify audience Y's trigger condition to refer back to audience X. To avoid this error, ensure that the audiences do not reference each other in their conditions.
261+

0 commit comments

Comments
 (0)