CRMONCE

Creative

What are the Input Types in Power Automate

Power Automate provides us with different user input types like Text, Yes/No, File, Email, Number, and Date. Text files are used for string inputs. (eg: Name,Place) Yes/No is used for answering Yes/No questions. (eg: Are you an employee of the organization?) File is used for attachment of ...

[rt_social_links]
Creative

How to use Delay in Power Automate

In this blog, we will learn how to use the wait timer in Power Automate. The flow can wait for a predetermined period of time before continuing to the next step by using the Power Automate Delay action. Now we’ll create a Flow that will wait one minute after the item is created in Sh...

[rt_social_links]
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...

[rt_social_links]
Creative

Top 10 Power Automate Interview Questions and Answers 2023

In this blog, we will show top 10 power automate questions and answers 1. Can you explain what a flow is in the context of Power Automate? A flow is a series of actions that occur in response to an event. For instance, you could design a flow that sends an email alert each time […]...

[rt_social_links]
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]