Skip to content

Commit c82b09a

Browse files
authored
PeoplePicker (#93)
2 parents ae261b2 + 65952e7 commit c82b09a

File tree

4 files changed

+375
-0
lines changed

4 files changed

+375
-0
lines changed

power-apps/peoplePicker/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# People Picker
2+
3+
This snippet allows you to have a search area for people.
4+
5+
6+
![klondike](./assets/peoplePicker.png)
7+
8+
9+
## Authors
10+
11+
Snippet|Author
12+
--------|---------
13+
Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://www.linkedin.com/in/steve-bourdin-ab998762/) )
14+
15+
## Minimal path to awesome
16+
17+
1. Open your canvas app in **Power Apps**
18+
2. Copy the contents of the **[YAML-file](./source/peoplePicker.yaml)**
19+
3. Click on the three dots of the screen where you want to add the snippet and select "Paste code"
20+
4. Add the office 365 user connector
21+
22+
23+
24+
## Code
25+
**[YAML-file](./source/peoplePicker.yaml)**
26+
27+
28+
## Disclaimer
29+
30+
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
31+
32+
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/peoplePicker" aria-hidden="true" />
Loading
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-peoplePicker",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-04-29T00:00:00.000Z",
8+
"updateDateTime": "2025-04-29T00:00:00.000Z",
9+
"title": "pnp-powerplatform-snippets-peoplePicker",
10+
"shortDescription": "This snippet allows you to have a search area for people.",
11+
"longDescription": [
12+
"This snippet allows you to have a search area for people."
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/peoplePicker/",
15+
"products": [
16+
"Power Platform",
17+
"Power Apps",
18+
"powerplatform-snippets",
19+
"power-apps-snippets"
20+
],
21+
"tags": [
22+
],
23+
"categories": [
24+
],
25+
"metadata": [
26+
{
27+
"key": "Product",
28+
"value": "Power Apps"
29+
},
30+
{
31+
"key": "Type",
32+
"value": "Snippet"
33+
}
34+
],
35+
"thumbnails": [
36+
{
37+
"type": "image",
38+
"order": 100,
39+
"url": "https://github.com/pnp/powerplatform-snippets/blob/7a51a20e2f8b172c3969549f5ef17ebe45f396e7/power-apps/peoplePicker/assets/peoplePicker.png",
40+
"alt": "Preview PNG"
41+
}
42+
],
43+
"authors": [
44+
{
45+
"gitHubAccount": "SteveBourdin",
46+
"name": "Steve Bourdin",
47+
"pictureUrl": "https://github.com/SteveBourdin.png"
48+
}
49+
]
50+
}
51+
]

0 commit comments

Comments
 (0)