Get a Layout’s Field Names – ‘Get Layout Fields’ Action
With the publication of the RecordDetail flow screen component, it became easy to get flow to show any list of field names you choose to give it. In many use cases, you might want to leverage your existing Layouts, particularly in situations where you’ve customized layouts on a per-record-type basis. Other recent tools make it easy to let users select record types and obtain layout id’s. This action takes a Layout Name and Object Name and returns a CSV string of the layout’s field names. To see this action in action, check out this video.

Inputs
Attribute | Type | Description |
Layout Name | String | example “Account (Marketing) Layout” (don’t include the quotes) |
Object Name | String | example “Account” (don’t include the quotes) |
Outputs
Attribute | Type | Description |
layoutFieldsCSV | String | Comma-separated list of layout fields |
Installation
Version 1.2.4 Unmanaged
Old Versions
Version 1.2.3 Unmanaged