Skip to content

Commit a35e572

Browse files
Merge pull request #4330 from segmentio/develop_update_transform_notes
Update notes for transformations for `fqlDefinedProperties`
2 parents 4af9217 + 9b913c3 commit a35e572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/protocols/transform/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Here's a list of Segment Transformations with some use case examples.
131131
fqlDefinedProperties": [{"fql": "lowercase(properties.prop1)", "propertyName": "properties.prop2"}]
132132
```
133133
- Note that you can only assign one property to `fqlDefinedProperties` array.
134+
- Note that you cannot use `fqlDefinedProperties` along with event or property rename or property value transformations.
134135
135136
> info ""
136137
> Segment displays an error if the following property conflicts occur:

0 commit comments

Comments
 (0)