You may want to display a “Are you Confirm To Continue” popup after presenting the first delete option. This tutorial explains using PowerApps how to create a modal confirmation dialogue . This is an example of how to apply the method. Design the conversation as suits your needs.
Create a new screen with one button and add the below formula to its OnSelect property.
‘UpdateContext(showPopup: true)’
Insert a container to separate all popup container content from the main screen.
Add variable to container visible properties and i have added as “testsave”.
Add two buttons and a label to the container and also rename like below
Set the ‘OnSelect’ property of the ‘Yes’ button to ‘Notify(“Yes”);UpdateContext({testsave:false})’
For any Help or Queries Contact us on info@crmonce.com or +918096556344