Skip to content

Commit ab64bdd

Browse files
committed
Adding information
1 parent 5c3f0a5 commit ab64bdd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ All
4040
| lookup | [Array](https://msdn.microsoft.com/library/k4h76zbx.aspx) <br/>An array of lookup objects.<br/><br/>NOTE: Certain lookups allow for multiple records to be associated in a lookup, such as the To: field for an email entity record. Therefore, all lookup data values use an array of lookup objects – even when the lookup attribute does not support more than one record reference to be added. <br/><br/>Each lookup has the following properties:<br/>- *entityType*: String. The name of the entity displayed in the lookup.<br/>- *id*: String: The string representation of the GUID value for the record displayed in the lookup.<br/>- *name*: String: The text representing the record to be displayed in the lookup.|
4141
| memo | [String](https://msdn.microsoft.com/library/ecczf11c.aspx) |
4242
| money| [Number](https://msdn.microsoft.com/library/dwab3ed2.aspx) |
43+
|multiselectoptionset|[Array](https://msdn.microsoft.com/library/k4h76zbx.aspx) <br/> An array of numbers.|
4344
| optionset | [Number](https://msdn.microsoft.com/library/dwab3ed2.aspx) |
4445
| string | [String](https://msdn.microsoft.com/library/ecczf11c.aspx) |
4546

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui-tabs/setDisplayState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ search.app:
2222

2323
## Syntax
2424

25-
`contextObj.setDisplayState(state);`
25+
`tabObj.setDisplayState(state);`
2626

2727
## Parameter
2828

0 commit comments

Comments
 (0)