Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Effective August 29, 2025, Cards for Power Apps will be deprecated and no longer supported. As a result, any Cards for Power Apps that have been built and shared in Microsoft Teams will not function. Users will not be able to create new cards or execute existing ones.
We recommend migrating any functionality you rely on from Cards for Power Apps before the deprecation date. Consider transitioning to either Adaptive Cards in Copilot Studio or adaptive cards for Microsoft Teams for similar functionality. More information: Deprecation of Cards for Power Apps
A menu that lets users choose one item from an expandable list of items. The default is two choices, but more can be added.
Properties
Value – The initial item (or set of items) that should be selected. For multi-select, specify a comma-separated string of values.
Choices - The list of items the user can select from.
Placeholder – Description of the input desired. Only visible when no selection has been made, the style is compact and isMultiSelect is false.
Label – Label for this input.
Wrap – If true, allow text to wrap. Otherwise, text is clipped.
Multiple selection – Allow multiple items to be selected.
Initially visible – If false, this item will be removed from the visual tree.
Spacing – Controls the amount of spacing between this control and the preceding control.
Divider – When true, draw a separating line at the top of the control.
Height – Specifies the height of the control.
Error message – Error message to display when entered input is invalid.
Required field – Whether or not this input is required.
Repeat for every – The source of data that is used to show multiple instances of this control. Learn how to use repeat for every.
Show when – Conditional layout expression.