Skip to content

Commit 62a79dc

Browse files
authored
Merge pull request #6545 from segmentio/Panandhan22-patch-11
Audience cycle error
2 parents 379f0cc + d4d0848 commit 62a79dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/engage/audiences/index.md

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

260+
### Why am I receiving the error "The audience would create a cycle by referencing another audience"?
261+
262+
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.
263+
260264
### How does the historical data flag work?
261265
Including historical data lets you take past information into account. You can data only exclude historical data for real-time audiences. For batch audiences, Segment includes historical data by default.
262-

0 commit comments

Comments
 (0)