@@ -29,6 +29,8 @@ The following table includes the corresponding `AttributeTypeDisplayName` API ty
29
29
| Power Apps data type | Solution Explorer type| API type|
30
30
| --| --| --|
31
31
| ** Big Integer** | ** Time Stamp** | ` BigIntType ` |
32
+ | ** Choice** | ** Option Set** | ` PicklistType ` |
33
+ | ** Choices** | ** MultiSelect Field** | ` MultiSelectPicklistType ` |
32
34
| ** Currency** | ** Currency** | ` MoneyType ` |
33
35
| ** Customer** | ** Customer** | ` CustomerType ` |
34
36
| ** 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
41
43
| ** Image** | ** Image** | ` ImageType ` |
42
44
| ** Language** | ** Whole Number** <br />* Language* Format| ` IntegerType ` |
43
45
| ** Lookup** | ** Lookup** | ` LookupType ` |
44
- | ** Choices** | ** MultiSelect Field** | ` MultiSelectPicklistType ` |
45
46
| ** Multiline Text** | ** Multiple Lines of Text** | ` MemoType ` |
46
- | ** Choice** | ** Option Set** | ` PicklistType ` |
47
47
| ** Owner** | ** Owner** | ` OwnerType ` |
48
48
| ** Phone** | ** Single Line of Text** <br />* Phone* Format| ` StringType ` |
49
- | ** Status Reason** | ** Status Reason** | ` StatusType ` |
50
49
| ** Status** | ** Status** | ` StateType ` |
51
- | ** Text Area ** | ** Single Line of Text ** < br /> * Text Area * Format | ` StringType ` |
50
+ | ** Status Reason ** | ** Status Reason ** | ` StatusType ` |
52
51
| ** Text** | ** Single Line of Text** <br />* Text* Format| ` StringType ` |
52
+ | ** Text Area** | ** Single Line of Text** <br />* Text Area* Format| ` StringType ` |
53
53
| ** Ticker Symbol** | ** Single Line of Text** <br />Ticker Symbol Format| ` StringType ` |
54
54
| ** Timezone** | ** Whole Number** <br />* Time Zone* Format| ` IntegerType ` |
55
- | ** Yes/No** | ** Two Options** | ` BooleanType ` |
56
55
| ** Unique Identifier** | ** Unique Identifier** or ** Primary Key** | ` UniqueidentifierType ` |
57
56
| ** URL** | ** Single Line of Text** <br />* URL* Format| ` StringType ` |
58
57
| ** Whole Number** | ** Whole Number** <br />* None* Format| ` IntegerType ` |
58
+ | ** Yes/No** | ** Two Options** | ` BooleanType ` |
59
59
60
60
For more descriptions for each type you can add or edit, see the article for the corresponding designer:
61
61
- [ 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