# The Confirm Function in Power Apps!

## Метаданные

- **Канал:** Pragmatic Works
- **YouTube:** https://www.youtube.com/watch?v=5EFzXUK_fgY
- **Дата:** 08.06.2026
- **Длительность:** 1:13
- **Просмотры:** 309

## Описание

✅ Need a quick way to ask users “Are you sure?” in Power Apps? In this quick tip, learn how the Confirm function makes it easy to create confirmation dialogs without building custom popups from scratch.

Whether you're deleting records, submitting forms, or triggering important actions, the Confirm function helps prevent mistakes and improves the user experience in your Canvas Apps.

👉 On-Demand Learning - Start With The FREE Community Plan: https://prag.works/odl-trial-yt

🔗Pragmatic Works On-Demand Learning Packages: https://pragmaticworks.com/pricing/
🔗Pragmatic Works Boot Camps: https://pragmaticworks.com/boot-camps/
🔗Pragmatic Works Hackathons: https://pragmaticworks.com/private-training/hackathons/
🔗Pragmatic Works Virtual Mentoring: https://pragmaticworks.com/virtual-mentoring/
🔗Pragmatic Works Enterprise Private Training: https://pragmaticworks.com/private-training/customized-enterprise-training/
🔗Pragmatic Works Blog: http://blog.pragmaticworks.com/

Let's connect:

✔️Discord: https://prag.works/yt-discord
✔️Facebook: https://prag.works/yt-fb
✔️Instagram: https://prag.works/yt-insta
✔️LinkedIn: https://prag.works/yt-li
 
Pragmatic Works
350 Governor St, Suite 300, Green Cove Springs, FL 32043
Phone: (904) 638-5743
Email: training@pragmaticworks.com
#PragmaticWorks

## Содержание

### [0:00](https://www.youtube.com/watch?v=5EFzXUK_fgY) Segment 1 (00:00 - 01:00)

Need to build a confirmation pop-up? Don't build it yourself. Use the confirm function in Power FX. If you take a look here at my screen, you will see on this little delete icon, I have the confirm function. And it's not only just the confirm function, it also has functionality with this if statement. So, if you want to create a confirmation pop-up that has a title, a subtitle, specific words on the confirm button and the cancel button, you can build that out using the confirm function. And then to give those buttons actions, you can just add an if statement that if the confirm is confirmed, which is going to produce a true or false, then it will do this, and if not, it will do that. Or you don't even need the false statement. Take a look at my formula here on the screen. If confirm, "Are you sure you want to delete this record? " The title is delete confirmation with a little trash emoji. Subtitle, "This cannot be undone. " Confirm button is going to say yes delete. The cancel no cancel. And if they do confirm, it is going to remove this record and notify them. So, definitely use this formula if you need to build a confirmation pop-up quickly. Let me show you what it looks like. Beautiful.

---
*Источник: https://ekstraktznaniy.ru/video/52930*