Skip to content

Commit 9c64c2a

Browse files
authored
Merge pull request #10172 from MicrosoftDocs/main
pushing to live
2 parents afbad2b + 0a9f374 commit 9c64c2a

File tree

6 files changed

+111
-12
lines changed

6 files changed

+111
-12
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,8 @@
520520
href: ./canvas-apps/controls/modern-controls/modern-control-slider.md
521521
- name: Tabs or tab list
522522
href: ./canvas-apps/controls/modern-controls/modern-control-tabs-or-tabs-list.md
523+
- name: Avatar (preview)
524+
href: ./canvas-apps/controls/modern-controls/modern-control-avatar.md
523525
- name: Badge (preview)
524526
href: ./canvas-apps/controls/modern-controls/modern-controls-badge.md
525527
- name: Checkbox (preview)
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: Avatar modern control in Power Apps
3+
description: Learn about the details, properties, and examples of the avatar modern control in Power Apps.
4+
author: jasongre
5+
6+
ms.topic: reference
7+
ms.component: canvas
8+
ms.date: 05/20/2023
9+
ms.subservice: canvas-maker
10+
ms.author: jasongre
11+
12+
13+
ms.reviewer: mkaur
14+
search.audienceType:
15+
- maker
16+
contributors:
17+
- jasongre
18+
19+
---
20+
# Avatar modern control in Power Apps (preview)
21+
22+
[This article is prerelease documentation and is subject to change.]
23+
24+
A control that shows a graphic representation of a user, team, or entity.
25+
26+
## Description
27+
28+
Use the avatar control to visually represent a user, team, or entity. This control supports both image and initials formats and allows a small badge to be included to help convey status. The key properties for this control are **Name** and **Image**.
29+
30+
## General
31+
32+
**Name** - The name of the person or entity. Name is used to determine the initials displayed when there's no image and is also used for accessibility.
33+
34+
**Image** – The visual representation for the person or entity.
35+
36+
**Badge** – A small visual decoration added to convey status of the person or entity.
37+
38+
**Visible** - Whether a control appears or is hidden.
39+
40+
## Size and position
41+
42+
**[X](../properties-size-___location.md)** – The distance between the left edge of a control and the left edge of its parent container (screen if no parent container).
43+
44+
**[Y](../properties-size-___location.md)** – The distance between the top edge of a control and the top edge of the parent container (screen if no parent container).
45+
46+
**Width** - The distance between a control's left and right edges.
47+
48+
**Height** - The distance between a control's top and bottom edges.
49+
50+
## Style and theme
51+
52+
**Shape** - Whether the avatar appears with a circular or square shape.
53+
54+
**Appearance** – An avatar can have portions of itself styled for greater emphasis or to be subtle.
55+
56+
The following options are available:
57+
58+
- **Brand**: Uses the modern theme to style the avatar. The Color palette property can be used to override this color scheme.
59+
- **Neutral**: Uses a grayscale for the initials background to provide a subtle appearance.
60+
- **Colorful**: Users a color from a predefined set of colors, based on a hash of the provided Name.
61+
62+
**BasePaletteColor** - The color palette applied to a control. This impacts all surfaces of the control that render a theme color. If the value is null or zero, then the color is driven by the selected Fluent theme.
63+
64+
**Font** - The name of the family of fonts in which text appears.
65+
66+
**FontSize** - The font size of the text that appears on a control. If the value is null or zero, then the font size is driven by selected Fluent theme.
67+
68+
**FontColor** - The color of text in a control.
69+
70+
**FontWeight** - The weight of the text in a control: **Bold**, **Lighter**, **Normal**, or **Semibold**.
71+
72+
**FontItalic** - Whether the text in a control is italic.
73+
74+
**FontUnderline** - Whether a line appears under the text that appears on a control.
75+
76+
**FontStrikethrough** - Whether a line appears through the text that appears on a control.
77+
78+
## Additional properties
79+
80+
**Out of office** - Adjusts the Badge icon to show its corresponding "out of office" variant.
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+

powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-controls-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: yogeshgupta698
66
ms.topic: reference
77
ms.custom: canvas
88
ms.reviewer: mkaur-msft
9-
ms.date: 03/22/2023
9+
ms.date: 05/22/2024
1010
ms.subservice: canvas-maker
1111
ms.author: yogupt
1212
search.audienceType:
@@ -25,6 +25,8 @@ Configure the behavior of a modern control by setting one of its properties. Eac
2525

2626
## Modern controls
2727

28+
**[Avatar (preview)](modern-control-avatar.md)** – A control that shows a graphic representation of a user, team, or entity.
29+
2830
**[Badge (preview)](modern-controls-badge.md)** – A badge is a visual decoration for UI elements.
2931

3032
**[Button](modern-control-button.md)** – Interact with the app by clicking or tapping.

powerapps-docs/maker/common/faq-draft-with-copilot.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: FAQs about drafting well-written input text with Copilot
3-
description: These FAQs provide information about the AI technology used to draft well-written input text with Copilot, along with key considerations and details about how AI is used, how it was tested and evaluated, and any specific limitations.
4-
ms.date: 12/21/2023
2+
title: FAQ about drafting well-written input text with Copilot
3+
description: This FAQ provides information about the AI technology used to draft well-written input text with Copilot, along with key considerations and details about how AI is used, how it was tested and evaluated, and any specific limitations.
4+
ms.date: 05/22/2024
55
ms.custom:
66
- responsible-ai-faqs
77
ms.topic: article
@@ -12,9 +12,9 @@ ms.collection:
1212
- bap-ai-copilot
1313
---
1414

15-
# FAQs about drafting well-written input text with Copilot
15+
# FAQ about drafting well-written input text with Copilot
1616

17-
These frequently asked questions (FAQs) describe the AI impact of drafting well-written input text with Copilot in Power Apps.
17+
These frequently asked questions (FAQ) describe the AI impact of drafting well-written input text with Copilot in Power Apps.
1818

1919
## What is Draft with Copilot?
2020

powerapps-docs/maker/common/faq-from-filling-assistance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: FAQs about Form Filling Assistance
3-
description: These FAQs provide information about the AI technology used in the Form Filling Assistance feature with key considerations and details about how AI is used, how it was tested and evaluated, and any specific limitations.
4-
ms.date: 2/09/2024
2+
title: FAQ about form filling assistance
3+
description: This FAQ provides information about the AI technology used in the form filling assistance feature with key considerations and details about how AI is used, how it was tested and evaluated, and any specific limitations.
4+
ms.date: 05/22/2024
55
ms.custom:
66
- responsible-ai-faqs
77
ms.topic: article
@@ -12,9 +12,9 @@ ms.collection:
1212
- bap-ai-copilot
1313
---
1414

15-
# FAQs about form filling assistance
15+
# FAQ about form filling assistance
1616

17-
These frequently asked questions (FAQs) describe the AI impact of Form Filling Assistance in model-driven apps.
17+
These frequently asked questions (FAQ) describe the AI impact of Form Filling Assistance in model-driven apps.
1818

1919
## What is form filling assistance? 
2020

powerapps-docs/user/grid-filters.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ description: Explore tabular data on a grid page in model-driven apps.
44
author: jasongre
55
ms.component: pa-user
66
ms.topic: conceptual
7-
ms.date: 03/22/2024
7+
ms.date: 05/22/2024
88
ms.subservice: end-user
99
ms.author: jasongre
1010
ms.reviewer: sericks
1111
ms.assetid:
1212
search.audienceType:
1313
- enduser
14+
contributors:
15+
- fikaradz
1416
---
1517
# Explore data on a grid page
1618

@@ -110,6 +112,9 @@ To focus on records that meet particular criteria, you can filter a view by one
110112
> [!IMPORTANT]
111113
> In Unified Interface, grids don't pre-populate column filters based on the current view definition.
112114
115+
> [!NOTE]
116+
> Filtering is not supported on virtual entities.
117+
113118
#### Filtering on a lookup column
114119

115120
When you filter data on a lookup column, you can select from a list of values, rather than typing. For example, to filter a view by **Primary Contact**, you can select a name from the list that appears when you select the filter text box.

0 commit comments

Comments
 (0)