{"title":"record_fields - Liquid Filter Reference","slug":"record-fields-filter-reference","url":"https://support.storeconnect.com/articles/record-fields-filter-reference","url_markdown":"https://support.storeconnect.com/articles/record-fields-filter-reference.md","subtitle":null,"summary":"Lists all accessible field names on a Salesforce record. Use `record_fields` to discover which properties are available for a given record object.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, record_fields, records, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nReturns the fields that can be accessed on the record\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | list |\n| **Category** | records |\n\n## Examples\n\nReturns the fields that can be accessed on the record\n\n\n```liquid\n\n{{ record | record_fields | join }}\n```\n\n\n**Output:** `name email phone`"}