edfeff opened a new pull request #157:
URL: https://github.com/apache/unomi/pull/157
Hi!
Some json definition file(Action,Rule,...) has confused me.
For example,
```
"actions": [
{
"parameterValues": {
"mergeProfilePropertyValue":
"eventProperty::target.properties(email)",
"mergeProfilePropertyName": "mergeIdentifier"
},
"type": "mergeProfilesOnPropertyAction"
},
]
```
What's meaning of the expression `eventProperty::target.properties(email)` ?
Are these expressions have specifications or documentation?
Thanks
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]