Support contextual query rules for property-by-path fields
M
Mankah-Nkwenti Getty Hongla
lets enable filter table views to show only entities that are related to the current logged-in user using contextual query rules. Example: using the relatedTo operator with contextual objects in query rules, like this:
{
"blueprint": "_user",
"operator": "relatedTo",
"value": {
"context": "user",
"property": "$identifier" // or similar contextual reference
}
}