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

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.