How to fetch cross model fields into a model, if the models are child to common parent object?

The Object relationships in salesforce of my concerned models can be explained as: Object A is the parent to objects B and C both. Is it possible to fetch fields from object C to the SKUID model of object B?

Could I get some help with the same?

Thanks and Regards,
Sejal. :slight_smile:

Hi Sejal, the best way to achieve this would be to create a separate Model (let’s call it “Model C”) to fetch fields from Object C, and use a “Field from another Model” Condition such that only records are retrieved for which Parent = Object A, which can be done by having the Field from another Model Condition use Model B as its source model and the lookup / master-detail field to Object A as its source field.