recordize - Liquid Filter Reference
On this page
Description
Returns a record from the liquid object. Not all liquid objects can be converted to a record.
| Property | Value |
|---|---|
| Return Type | object |
| Category | records |
Examples
```liquid
{{ object | recordize | record_fields | join }} ```
Output: name email phone
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.