Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anony_mous
Frequent Visitor

Power Apps

Hi All,
I am new to power apps I am struck in a situation when a button is clicked it should show the notification message as "Navigate to RDP" in the center of the screen with bold text but it is showing the Html code as well what I have written and not displaying in the center of the screen This is the code I have written:  Notify("<h1>Navigate to RDP-10.170.30.37 </h1>", NotificationType.Information,20000) please help me out to solve this issue.All suggestions are welcome.Thanks in advance.


Regards,
Anony_mous

1 REPLY 1
VijaySharma
New Member

Hi,
Notify will show the message at the top of the screen only. Notify function in Power Apps - Power Platform | Microsoft Learn

 

You may use an alternate method of creating a Container with Label and Icon (close) to show the message in the middle of the screen. Though the user will have to close this out.

 

Hope that helps.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors