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
Hello blerinadurguti
I understand your requirement. But it would be much easier to get details on where the issue might be happening. Could you please provide the Code Snippet or Screenshots of the Expression that you are trying to evaluate.
I am trying in unnamed rule just to test it, but even though there are data it is displaying null
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()