CRMONCE

Creative

How to use Chart Control in Power Apps

In this blog, we can use the chart control to display data in a Canvas app. To display data, we can use a variety of charts such as line charts, pie charts, bar charts, and so on. In order for the data to be used in chart controls, we must ensure that the data is […]...

[rt_social_links]
Creative

Naming Standards and Conventions for Power Apps

Screen Names:- A screen name should clearly describe its purpose in 2-3 words ending with word “Screen.” Use proper-case. A screen-reader will speak the screen name to visually-impaired users when the screen loads. Good Examples Bad Examples Bad Reason Appointments Screen Appointments ...

[rt_social_links]
Creative

Power Apps Standards: App Settings

General Tab:- Choose an app icon or supply a custom image. Custom images must be 245px x 245px and .jpg or .png format. Make it consistent with company branding. Turn on the Debug Published App setting during development to enable better telemetry in Power Apps Monitor. It is helpful for d...

[rt_social_links]
Creative

Power Apps Standards: Commenting Code

Write Code Comments? Write comments to describe the intended goal of a section of Power Apps code. Knowing the intended goal helps identify mismatches between it and the actual code outcome. Code that has comments takes significantly less time for other developers to understand. Whether or...

[rt_social_links]
Creative

Power Apps Standards: Variable Types

Why Use Global And Local Variables? Imagine a large canvas app with many screens that only uses global variables. When updating a variable’s value the developer must be aware of its impact across all screens. If the developer does not correctly determine how to use a variable there are u...

[rt_social_links]
Creative

How to Create a Weather App in PowerApps

Powerapps training nellore, dynamics 365 training nellore In this blog, we will discuss how to display current weather in PowerApps using connectors MSN Weather. Microsoft provides an MSN Weather connector in Power Apps to obtain the current weather status of various countries and states. ...

[rt_social_links]
Creative

How to add Audio and Video control in PowerApps

in this blog, we will discuss about the Power Apps Audio and Video control. Audio Control The PowerApps Audio control is an input tool that facilitates playing audio files within the app. This audio control can play a sound clip from a file, an audio track from a video file, as well as a r...

[rt_social_links]