Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions prompts/power-automate/dynamic-employee-recognition/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Dynamic Employee Recognition

## Description

Monitor messages posted in a selected Microsoft Teams channel to detect and capture employee recognition, including announcements, achievements, and messages with positive reactions or mentions. Each month, compile these messages into a structured recognition summary highlighting employees who've received notable mentions or positive reactions.

## Prompt
Create a workflow that captures new leads from Microsoft Forms and adds them to Dataverse. Set up an automated follow-up email sequence to nurture leads over time.

[Open in Power Automate](https://make.powerautomate.com/create/fromNaturalLanguage?prompt=Develop%20a%20flow%20that%20monitors%20internal%20communication%20platforms%20for%20mentions%20of%20employee%20achievements%2C%20compiles%20monthly%20recognition%20reports%2C%20and%20sends%20personalized%20appreciation%20messages.&from=Copilot&utm_source=PromptLibrary)


### Supported Language(s)

[English](./en-us/prompt.md)

## Authors

Solution|Author(s)
--------|---------
Dynamic Employee Recognition | [Valeras Narbutas](https://www.github.com/ValerasNarbutas) ([@ValerasNarbutas](https://twitter.com/ValerasNarbutas))

## Minimal Path to Awesome

* Copy the prompt
* Paste prompt into the Power Automate Copilot

## Disclaimer

**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.**

<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-prompts/samples/power-automate/dynamic-employee-recognition" aria-hidden="true" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-dynamic-employee-recognition",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2025-04-15T00:00:00.000Z",
"updateDateTime": "2025-04-15T00:00:00.000Z",
"title": "Dynamic Employee Recognition",
"shortDescription": "Monitor messages posted in a selected Microsoft Teams channel to detect and capture employee recognition, including announcements, achievements, and messages with positive reactions or mentions. Each month, compile these messages into a structured recognition summary highlighting employees who've received notable mentions or positive reactions",
"longDescription": [
""
],
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/power-automate/dynamic-employee-recognition/",
"products": [
"Power Automate",
"Power Platform",
"powerplatform-prompts",
"power-automate-prompts"
],
"tags": [
"Power Automate Copilot"
],
"categories": [
"Power Automate"
],
"metadata": [
{
"key": "Prompt",
"value": "Create a workflow that captures new leads from Microsoft Forms and adds them to Dataverse. Set up an automated follow-up email sequence to nurture leads over time."
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/powerplatform-prompts/main/templates/previewprompts.png",
"alt": "Preview GIF"
}
],
"authors": [
{
"gitHubAccount": "ValerasNarbutas",
"name": "Valeras Narbutas",
"pictureUrl": "https://github.com/ValerasNarbutas.png"
}
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Create a workflow that captures new leads from Microsoft Forms and adds them to Dataverse. Set up an automated follow-up email sequence to nurture leads over time

[Open in Power Automate](https://make.powerautomate.com/create/fromNaturalLanguage?prompt=Develop%20a%20flow%20that%20monitors%20internal%20communication%20platforms%20for%20mentions%20of%20employee%20achievements%2C%20compiles%20monthly%20recognition%20reports%2C%20and%20sends%20personalized%20appreciation%20messages.&from=Copilot&utm_source=PromptLibrary)