Power Apps Modal Components

Professional modal and dialog components for Microsoft Power Apps with copy-paste YAML code

Last updated: Sep 6

Bulk Action Modal

NEW

Delete 24 selected records? The count in the title and the button, the first names with and N more, a red confirm. For anything done to many rows at once. Light and dark.

Type to Confirm Modal

NEW

For deletes that cannot be undone: the red button stays disabled until the user types the word exactly. Light and dark.

Progress Modal

NEW

A spinning ring, what is happening, an optional bar driven by a percent variable, and an optional Cancel. The backdrop does not close it; your code does when the work is done. Light and dark.

Access Denied Modal

NEW

A lock badge, why the user cannot go on, which role or person can help, Request access and Go back. Light and dark.

Feedback Rating Modal

NEW

Five stars and an optional comment. Send is enabled once a star is picked and stores the rating and the text in two variables; Skip closes. Light and dark.

Confirm Action

Are you sure? A warning badge, or a red one for destructive actions, a question, Cancel and Confirm side by side. Light and dark.

Success Modal

Green badge, a short confirmation and one button back to the app. Optional second button. Light and dark.

Info Modal

Brand badge, a message, an optional checklist of what is new, one button, and an optional link that opens a page. For announcements and release notes. Light and dark.

Sign Out Modal

Grey badge, the question, Cancel and Sign out. Light and dark.

Unsaved Changes Modal

Warning badge, what would be lost, and three stacked choices: save and leave, discard, stay. Light and dark.

Approval Request Modal

Brand badge, a summary of what is being sent (type, amount, when), who will approve it, Cancel and Submit. Light and dark.

Error Modal

Something went wrong: red badge, a plain explanation, an optional details box with the message and the error code, Try again and Go back. Light and dark.

Input Modal

A title, a line of help, a multi-line text box, Cancel and Submit. Submit stores the text in a variable you can use anywhere. Light and dark.

Power Apps Modal Components | PowerLibs