Related record data is not displaying

Certified Associate Developer

Hello, I have two record types that are related to each other, but when I am trying to retrieve with relationship.relatedRecord.field, it displays only null, what can be the problem? How can I fix it?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Senior Developer
    in reply to blerinadurguti

    Please share the expression from the rule. You might have missed adding the additional fields from the related record in your query.

    If its only few fields that you would be indexing from the related record, I would highly recommend you to add only those fields in the fields parameter of your query. If you wish to have the complete set of related record, please add the relatedRecords parameter and write an additional get using a!relatedRecordData()