Skip to content

Commit 2303687

Browse files
committed
Address doc feedback issue 3433
1 parent 8ee7f54 commit 2303687

File tree

1 file changed

+3
-3
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes

1 file changed

+3
-3
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/attributes/getValue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Retrieves the data value for a column.
44
ms.author: jdaly
55
author: adrianorth
66
manager: kvivek
7-
ms.date: 03/12/2022
7+
ms.date: 06/09/2022
88
ms.reviewer: jdaly
99
ms.topic: "reference"
1010
applies_to: "Dynamics 365 (online)"
@@ -31,14 +31,14 @@ All
3131

3232
## Return Value
3333

34-
**Type**: Depends on the type of column.
34+
**Type**: Depends on the type of column. The value may be null.
3535

3636
[!INCLUDE[cc-terminology](../../../../data-platform/includes/cc-terminology.md)]
3737

3838
| Column Type | Return Type|
3939
|----|-----|
4040
| boolean | [Boolean](https://msdn.microsoft.com/library/t7bkhaz6.aspx) |
41-
| datetime| [Date](https://msdn.microsoft.com/library/cd9w2te4.aspx)<br/> To get the string version of a date using the Power Apps users locale preferences, use the [format](/previous-versions/bb384009(v=vs.140)) and [localeFormat](/previous-versions/bb383816(v=vs.140)) methods. Other methods will format dates using the operating system locale rather than the users Power Apps locale preferences. |
41+
| datetime| [Date](https://msdn.microsoft.com/library/cd9w2te4.aspx)<br/> To get the string version of a date using the Power Apps user's locale preferences, use the [format](/previous-versions/bb384009(v=vs.140)) and [localeFormat](/previous-versions/bb383816(v=vs.140)) methods. Other methods will format dates using the operating system locale rather than the user's Power Apps locale preferences. |
4242
| decimal| [Number](https://msdn.microsoft.com/library/dwab3ed2.aspx)|
4343
| Double | [Number](https://msdn.microsoft.com/library/dwab3ed2.aspx)|
4444
| integer | [Number](https://msdn.microsoft.com/library/dwab3ed2.aspx)|

0 commit comments

Comments
 (0)