Skip to content

Commit 7bcde09

Browse files
authored
Update formula-column-data-types.md
1 parent a4ab9df commit 7bcde09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/data-platform/formula-column-data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Create a formula column that returns choice using a global choice.
8989
1. Enter a formula that returns a choice value in the **Formula** bar.
9090
This example creates a formula column *Priority* using global choice *Task Priority*.
9191
:::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**.
9393

9494
### Using local choice from a simple choice column
9595
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
105105
1. Select **Save**.
106106

107107
### 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.
109109
2. Options from same option set should be used for all result arguments in choice formula columns.
110110
3. A choice used by a formula column cannot be updated.
111111
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.

0 commit comments

Comments
 (0)