Get Record Type Info by Object – Flow Action
This action can be used to generate a list of record types for a specific object. This can be useful when you would like to present a record type selector to the user. Can be used as inputs to the QuickChoice by setting Input Mode to “Dual String Collections”. Pass in one output collection for Labels and one for the underlying values

Inputs
Attribute | Type | Description |
Object Name | String | API name of the target object example “Task” or “MyObject__c” |
ignoreMasterRecordType | Boolean | If “on” then “Master” will not be added to the list of record types |
onlyReturnActiveRecordTypes | Boolean | If “on” then only active record types will be added to the list |
onlyReturnRecordTypesAvailableToCurrentUser | Boolean | If “on” then only record types available to the current user will be returned |
Outputs
Attribute | Type | Description |
errors | String | captures details of any error that occurred |
recordTypeIds | String | Ids of the records types. |
recordTypeNames | String | Names of the record types. |
defaultRecordTypeName | String | |
defaultRecordTypeId | String |
Installation
1.1 Unmanaged 5/13/21 – Added outputs for the default Record Type