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