You might be able to do something with Attribute Ordering at the L3 level. You can set the ordering of the Event attribute based on the EventType and then the Order attribute on the OrderType. e.g.
[
{
"uri": "configuration/entityTypes/Entity/attributes/Event",
"name": "Event",
"label": "Event",
"type": "Nested",
"attributeOrdering":
{
"orderingStrategy": "FieldBased",
"fieldURI": "configuration/entityTypes/Entity/attributes/Event/attributes/EventType"
}
},
{
"uri": "configuration/entityTypes/Entity/attributes/Order",
"name": "Order",
"label": "Order",
"type": "Nested",
"attributeOrdering":
{
"orderingStrategy": "FieldBased",
"fieldURI": "configuration/entityTypes/Entity/attributes/Order/attributes/OrderType"
}
}
]
------------------------------
Trevor Burn
Assent
------------------------------
Original Message:
Sent: 02-04-2026 04:23
From: Sparsh Bhatia
Subject: Sort and Order in Reltio RecipeRIH
Can anyone help in the property provided for the sorting for these 2 attributes?
------------------------------
Sparsh Bhatia
Accenture
Original Message:
Sent: 01-30-2026 02:34
From: Sparsh Bhatia
Subject: Sort and Order in Reltio RecipeRIH
I have a question for sorting in Recipe i am working on - can i add 2 different sorting logics as i need to fetch the latest row of the two different nested attributes and then need to copy the subattribute to a variable - Can i use sorting like this , tested but not able to understand if this is working or not.
Attribute 1- Event (nested)
subattribute - eventType
Attribute 2 - Order (nested)
subattribute - orderType

------------------------------
Sparsh Bhatia
Accenture
------------------------------