Dynamic references to the source entity’s properties in aggregation queries
Isuri Ranawaka
Currently, when configuring an aggregation property on Port, it can apply filters via "Query" for the target blueprint properties. It would be helpful if Port could apply dynamic values for those queries, referencing the properties of the source entity.
For example, something like the below.
{
"combinator": "and",
"rules": [
{
"property": "email",
"operator": "=",
"value": "{{entity.properties.poc_owner}}"
}
]
}