record_relationships - Liquid Filter Reference
On this page
Description
Returns the relationships that can be accessed on the record
| Property | Value |
|---|---|
| Return Type | list |
| Category | records |
Examples
Returns the relationships that can be accessed on the record
```liquid
{{ record | record_relationships | join }} ```
Output: account
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.