Posts

Showing posts with the label App ID

Send Notifications from PowerApps

Image
We can send notifications from PowerApps using Data Connections. To send emails get the App Id  using the Post. In PowerApps data source, search for Power Apps Notifications as below. Enter the App Id and after selecting “Power Apps Notifications”. Click on Connect. Now to send email, add following logic. For example, on Button, add the logic on button click. Following are the parameters on the Send Notification method. recipients – Required value. Email address to be send the notification message – Required value. Message to be sent to users openApp – optional. True or false to open the app while sending the emails. params – Optional – Key Value pair to pass in the notification.      

Get Session ID and App ID in PowerApps

Image
 To troubleshoot the issue in any PowerApps and to report the details to Microsoft support, we need to provide the Session and App ID’s. Here are the steps to get Session ID’s and App ID’s of a PowerApps. We can get the Session ID from different ways. Get Session ID from Canvas App Edit Page Open Power App and Click on File and Click on Account. It will open the Pop-up as below. Click on “Support”. Under Session ID, Click on Session Details and Copy the Information as below Get Session ID from Desktop Running App To get the Session ID from a Running app, Click on Top Right Gear Icon and Click on Session Details as below. Click on Session Details. It will open the Session details as below. Get Session ID from running canvas app in Mobile We can get the Session ID from app running in Mobile using the steps below. Click on Top Left three Lines. Click on Session details as below. Get App ID from PowerApps Open https://make.powerapps.com Click on Apps and Select the App t...