Skip to content

Commit ae86cd5

Browse files
authored
Sorting column types by data type per issue #3320
1 parent 126feab commit ae86cd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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)

0 commit comments

Comments
 (0)