File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
powerapps-docs/maker/data-platform Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Create a formula column that returns choice using a global choice.
89
89
1 . Enter a formula that returns a choice value in the ** Formula** bar.
90
90
This example creates a formula column * Priority* using global choice * Task Priority* .
91
91
:::image type="content" source="media/formula-columns-global-choice-fd.png" alt-text="Screenshot of a creating global choice formula column.":::
92
- 1 . Select ** Save** .
92
+ 1 . Select ** Save** . Notice that the column created is of data type ** Choice fx ** .
93
93
94
94
### Using local choice from a simple choice column
95
95
1 . Create a simple choice column. This example creates a * Task Priority* simple choice column on * Account* entity.
@@ -105,7 +105,7 @@ Create a formula column that returns choice using a local choice of a simple cho
105
105
1 . Select ** Save** .
106
106
107
107
### Guidelines for working with choices in formula columns
108
- 1 . Local choices of related entity 's simple choice column cannot be used as result type in formula columns.
108
+ 1 . Local choices of related table 's simple choice column cannot be used as result type in formula columns.
109
109
2 . Options from same option set should be used for all result arguments in choice formula columns.
110
110
3 . A choice used by a formula column cannot be updated.
111
111
4 . Options of a choice cannot be passed as an argument to string functions. Value function can be used to return numeric value of an option.
You can’t perform that action at this time.
0 commit comments