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

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

Creative

How to Patch a Date Picker in Power Apps

In this blog, we’ll look at how to add a Power Apps date picker control to a SharePoint list. That is, we will create a canvas app with some fields associated with a specific SharePoint list, as well as a button control to patch those fields into the SharePoint list. The following st...

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

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