Creative

Most Frequently used formulas in Power Apps

First we need to create a SharePoint list. Open a Make.powerapps.com Click on Create. Strat from blank app Create a blank “Canvas App” Next Click on skip Take a data from shown in the below screenshot We need to add Data Source i add my SharePoint list to Canvas app as shown in...

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 ...

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...

Creative

How to Get Last day of current month in Power Automate

In this blog we discuss about CurrentMonthEndDate we have to achieve this. How are we going to do that? I wanted to provide a solution which shall work under all circumstances irrespective whether a month has 28/ 29/ 30 or 31 days. So let’s get started. For this blog, I created a simple ...

Creative

How to use Power Apps named formulas

Recently Microsoft announced a new experimental feature in Power Apps: Named formulas Named formulas in summary are, defined functions without parameters, that can be reused anywhere in a Canvas App. What are the advantages of using Named formulas instead of global variables (defined with ...

Creative

What is Business Process Flow in Dynamics 365

What is Business Process Flow (BPF) in Dynamics 365 Business Process Flow in Dynamics 365, is s tool which provides the visual presentations of Processes. Business Process Flows are displayed on the heading across the top of an Entity form. How to check available Business Process Flow (BPF...

Creative

Math Functions examples in Power Automate Flow

/*! elementor – v3.18.0 – 20-12-2023 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-tit...

Creative

How to use JavaScript in Dynamics 365 CRM

JavaScript Introduction : Using JavaScript that is executed for form events, JavaScript form customization allows users to interact with entity forms. Customizing JavaScript forms is one of several ways to manage business processes. Programming in JavaScript Forms has the benefit of being ...