Skip to content

Commit 1e359df

Browse files
authored
Merge pull request #6328 from MicrosoftDocs/Mattp123-patch-3
Sorting column types by data type per issue #3320
2 parents 126feab + 0ee87a4 commit 1e359df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

powerapps-docs/maker/data-platform/types-of-fields.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The following table includes the corresponding `AttributeTypeDisplayName` API ty
2929
|Power Apps data type |Solution Explorer type| API type|
3030
|--|--|--|
3131
|**Big Integer**|**Time Stamp**|`BigIntType`|
32+
|**Choice**|**Option Set**|`PicklistType`|
33+
|**Choices**|**MultiSelect Field**|`MultiSelectPicklistType`|
3234
|**Currency**|**Currency**|`MoneyType`|
3335
|**Customer**|**Customer**|`CustomerType`|
3436
|**Date and Time**|**Date and Time**<br />*Date and Time* Format|`DateTimeType`|
@@ -41,21 +43,19 @@ The following table includes the corresponding `AttributeTypeDisplayName` API ty
4143
|**Image**|**Image**|`ImageType`|
4244
|**Language**|**Whole Number**<br />*Language* Format|`IntegerType`|
4345
|**Lookup**|**Lookup**|`LookupType`|
44-
|**Choices**|**MultiSelect Field**|`MultiSelectPicklistType`|
4546
|**Multiline Text**|**Multiple Lines of Text**|`MemoType`|
46-
|**Choice**|**Option Set**|`PicklistType`|
4747
|**Owner**|**Owner**|`OwnerType`|
4848
|**Phone**|**Single Line of Text**<br />*Phone* Format|`StringType`|
49-
|**Status Reason**|**Status Reason**|`StatusType`|
5049
|**Status**|**Status**|`StateType`|
51-
|**Text Area**|**Single Line of Text**<br />*Text Area* Format|`StringType`|
50+
|**Status Reason**|**Status Reason**|`StatusType`|
5251
|**Text**|**Single Line of Text**<br />*Text* Format|`StringType`|
52+
|**Text Area**|**Single Line of Text**<br />*Text Area* Format|`StringType`|
5353
|**Ticker Symbol**|**Single Line of Text**<br />Ticker Symbol Format|`StringType`|
5454
|**Timezone**|**Whole Number**<br />*Time Zone* Format|`IntegerType`|
55-
|**Yes/No**|**Two Options**|`BooleanType`|
5655
|**Unique Identifier**|**Unique Identifier** or **Primary Key**|`UniqueidentifierType`|
5756
|**URL**|**Single Line of Text**<br />*URL* Format|`StringType`|
5857
|**Whole Number**|**Whole Number**<br />*None* Format|`IntegerType`|
58+
|**Yes/No**|**Two Options**|`BooleanType`|
5959

6060
For more descriptions for each type you can add or edit, see the article for the corresponding designer:
6161
- [Create and edit columns for Microsoft Dataverse using Power Apps portal: Column Data types](create-edit-field-portal.md#column-data-types)
@@ -212,7 +212,7 @@ When an image is uploaded, it will be resized as a "thumbnail" image to a maximu
212212
- **Primary Image**. Image columns that are set as the primary image are displayed in the upper right corner of the form. You can have only one primary image for each table.
213213
- **Enable column security**. Use to control access for specific columns. More information: [Field-level security to control access](/power-platform/admin/field-level-security)
214214
- **Enable auditing**. Enables the logging of changes that are made to table records and user access so you can review the activity later. More information: [Audit data and user activity for security and compliance](/power-platform/admin/audit-data-user-activity)
215-
- **Sortable in interactive experience dashboard**. Specifies the the column will be used to configure interactive dashboards. More information: [Configure filter columns, and security roles for interactive dashboards](../model-driven-apps/configure-interactive-experience-dashboards.md#configure-filter-columns-and-security-roles-for-he-interactive-dashboards)
215+
- **Sortable in interactive experience dashboard**. Specifies the the column will be used to configure interactive dashboards. More information: [Configure filter columns, and security roles for interactive dashboards](../model-driven-apps/configure-interactive-experience-dashboards.md#configure-filter-columns-and-security-roles-for-the-interactive-dashboards)
216216
- **Maximum image size**. Default value is 10,240 KB. The minimum size is 1 KB and the maximum is 30,720 KB.
217217

218218
1. Select **Save table**.

0 commit comments

Comments
 (0)