Watch Pre-recorded Live Shows Here
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Power Platform
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Venkata Subbarao Polisetty (70)
Gowtham Rajamanickam (10)
Siddharth Vaghasia (5)
Srinath Pega (4)
Dhruvin Shah (3)
Sanjay Kumar Pathak (2)
Sagar Vishwakarma (1)
Swesh S (1)
Primal Lobo (1)
Shriram Pophali (1)
Shrusti Shah (1)
Hugo Barona (1)
Related resources for Power Platform
No resource found
PowerApps - Form Field Validations
8/3/2022 11:21:54 PM.
In this article we will see how to apply validations, like required field, numeric field, etc., in a Power Apps form. Form validation is process where a form checks if the information provided by a us
Call Rest APIs From Power BI / Power Query
7/31/2022 11:42:38 PM.
Sometimes, we encounter a requirement where we need to call some sort of Rest APIs from Power BI Desktop. In this article, I will teach you a step by step procedure for calling Rest APIs from Power BI
Exception Handling In Power Automate Flow
7/31/2022 7:28:15 PM.
Exceptions are runtime anomalies or abnormal conditions that a flow encounters during its execution. Using exception handling, we can get notifications or log errors in case there is some error during
PowerApps - How To Create A Canvas App From An Image (Preview)
6/24/2022 9:01:59 AM.
In this article, you will learn how to Create a canvas app from an image (preview).
PowerApps - Convert Text Into Currency ($) Format
6/13/2022 4:26:51 PM.
In this article, you will learn how to convert Text into Currency ($) Format.
PowerApps - How To Sort The Items In Gallery Control
6/12/2022 6:15:17 AM.
In this article, you will learn how to sort the Items in Gallery Control.
PowerApps - How To Patch Dataverse Choice Field
6/10/2022 12:35:13 PM.
In this article, you will learn how to Patch Dataverse Choice Field.
PowerApps - How To Filter Data Verse Choice Field In Gallery
6/10/2022 12:33:43 PM.
In this article, you will learn how to Filter Data verse Choice Field in Gallery.
Create A Simple Model-Driven App In Powerapps
6/5/2022 7:31:59 AM.
Create a simple model-driven app in PowerApps
How To Create a Custom Pages In Model Driven App (PowerAPPS)
6/5/2022 7:26:12 AM.
How To Create a Custom Pages In Model Driven App (PowerAPPS).
Understand Confirm Dialog With Webresource In Dynamics CRM
6/3/2022 12:20:48 PM.
In Dynamics 365 CRM, for certain requirements we need to show confirmation dialog window with Yes and No buttons. We can use openConfirmDialog method present in Client API Reference in Dynamics crm.
How To Create A PowerApps Portals (Website) Without Writing Code
5/30/2022 3:14:05 PM.
In this article, you will learn how to Create a PowerApps Portals (Website) without writing code.
How To Create A New Environment In Power Apps
5/29/2022 6:31:29 AM.
In this article, you will learn how to Create a New Environment in Power Apps.
How To Create New DLP Policy In PowerAPPS Admin Center
5/29/2022 6:28:30 AM.
In this article, you will learn how to Create new DLP Policy in PowerAPPS Admin Center.
Download And Customize The Power Apps Portal App Solution
4/25/2022 1:14:09 PM.
This article will domenstrate you how to download the Power Apps portal app solution, add customization into the solution and upload back to the power apps environment.
Understand Cancel Flow Run Action In Power Automate
4/18/2022 11:05:47 AM.
Generally, in certain scenarios, we must cancel current flow if at all some condition was not met. So, without opening each flow in the consolidated list of flow runs we can easily find which flow run
Understand Switch Statement In Power Automate
4/12/2022 3:15:27 PM.
Generally to handle multiple conditions then like in javascript and C# .net switch will be used, in the same way in Power automate also we can use Switch action. In this article we can see how it can
Handle Nulls In Parse JSON Action In Power Automate
4/7/2022 1:47:33 PM.
Whenever working with json payload’s in power automate, always a possibility of receiving null values inside json, where Parse JSON Action will be errored out because of these null values. To handle t
Prepare Quick Test Data Using Power Automate
4/4/2022 5:11:56 AM.
At times we used to prepare quick test data for customers to quickly demo. During that scenario we can easily create some test records with Power Automate. As an example I have showed how quickly crea
Understand UnBound Action In Power Automate
3/28/2022 2:54:16 PM.
During certain scenarios it is required to call Unbound action. To call a unbound action we can do it with javascript , plugins and power automate. In all the other methods except power automate you h
Format Number In Power Automate
3/14/2022 2:17:58 PM.
Number Formatting during few scenarios is required based on the customer requirement. In Power Automate, this can be achieved with Format Number Action. As an example, numeric value ,currency , Mobile
Usage Of Peek Code In Power Automate
3/9/2022 3:32:50 PM.
In Power Automate, at times we need to write expressions manually, a quick way of doing is by using Peek code functionality that is present in every action in Power Automate . Especially this Peek cod
Dialog Box In PowerApps
3/8/2022 4:15:20 AM.
In this article, we are going to learn about creating dialog boxes in PowerApps. We can have various types of Dialog Box like Notification Dialog, Confirmation Dialog, and so on.
Understand Flow Trigger Condition In Power Automate
3/4/2022 7:37:59 AM.
In Power Platform, at times we must take care of the number of flow runs per day based on API Limits so that we can run the flow only when it is needed. In Power automate this can be taken care by us
Usage Of Min Function In Power Automate
2/28/2022 1:53:26 PM.
In Power Platform, at times we must compare values to identify the minimum number. In Power Automate, min Function can be used quickly to find out min value in the given set of integers /Array .
Usage Of Less Function In Power Automate
2/28/2022 5:53:45 AM.
In Power Platform, at times we must compare values to identify whether the given number is less or not. In Power Automate, Less Function can be used quickly to find out whether the given integer/float
Usage Of Scheduled Cloud Flow In Power Automate
2/18/2022 6:27:46 AM.
At times we tend to miss important updates especially some reminders, here in order to handle these kinds of things Scheduled cloud flows comes for rescue in Power Automate. As a real time scenario, w
Usage Of Union Function In Power Automate
2/4/2022 3:35:22 PM.
In Power Platform, at times we must combine couple of Arrays or objects. In these scenarios, Union function in Power Automate can be used. As an example, Names String Array and Vehicles String Array w
Usage Of Intersection Function In Power Automate
2/4/2022 5:50:57 AM.
In Power Platform, at times we must take common values present in Arrays or objects. In these scenarios, Intersection function in Power Automate can be used. As an example, Names Array and Names Objec
Use Of Patch Function With Complex Types In PowerApps
2/2/2022 2:23:14 PM.
In this article, we will learn about the usage of the Patch function with complex data types such as People or Group, lookup, dropdown, and Choice column.
How To Handle Apostrophe In Email Address In Power Automate
2/1/2022 10:37:24 AM.
The web methods that is been triggered in Power Automate flow have conditions not to include any special characters other than the URI reserved. But there are some specific scenarios where few users e
How To Create Tabs In PowerApps
1/28/2022 3:32:04 PM.
In this article, we are going to learn about how to create Tabs in PowerApps in two different ways and add form as content in Tab.
Usage Of Take Function In Power Automate
1/28/2022 8:57:23 AM.
In Power Platform, at times we must take few elements from an Array or few characters from a given string. In these scenarios, Take function in Power Automate can be used. As an example, Employees Str
Component In PowerApps
1/26/2022 3:18:07 PM.
In this article, we will learn about the concept of Component in PowerApps and how we can reuse it in other App.
Get Record Count For A List In Power Automate
1/21/2022 2:51:21 PM.
In few scenarios when working on List of records for a given entity it is needed to find out the count of total records present in that table to perform certain manipulations. Here length function in
Customizing Data Card In PowerApps
1/20/2022 4:21:24 PM.
In this article, we will learn how to customize data cards in PowerApps.
Usage Of ChangeSet Request In Power Automate
1/20/2022 3:19:53 PM.
In certain scenarios we must bundle multiple operations together so that all should pass or fail, in any case if one of the operations fails then all the other operations gets roll backed to make atom
Link Web Resource To A Form In Dynamics CRM
1/19/2022 1:57:48 PM.
In Dynamics 365 CRM, post creation of a web resource, to use it in CRM Form for a selected entity then we must add web resource into Form Libraries present at form level and then tie it to Event Handl
Usage Of First And Last Function In Power Automate
1/14/2022 5:32:40 AM.
In Power Platform, for certain business scenarios we must extract first, and last characters of a given string or First and Last items present in an array. First And Last function can be used in power
List Rows Based On Expand Query In Power Automate
1/13/2022 4:10:36 PM.
In order to get details of related entity for the selected entity without separate retrieve call we can leverage Expand Query .As a business scenario for the same vaccination use case extracting detai
Important Concepts In Power Platform Fundaments
1/11/2022 3:57:57 PM.
This article will help to understand and learn the basic concepts of Power Platform.
PowerApps - PCF - Input Formatter With Regular Expression
1/10/2022 9:24:23 AM.
The benefit and advantage of this component is to dynamically apply validation pattern to HTML5 input control with the help of custom regular exppression. Along with this, it also provides some masked
List Contacts Based On FetchXMLQuery In Power Automate
1/7/2022 5:31:31 AM.
During certain scenarios we must work on List of records to perform certain operations like sending alerts to list of customers. In these scenarios it is critical to filter records to make sure actual
Usage Of HTML Table In Power Automate
1/6/2022 4:27:54 AM.
In Power Platform for certain scenarios data needs to be represented in HTML Table , in those cases we can work with HTML Table Action, as an example we will show list of contacts in an HTML Table.
Usage Of Skip Function In Power Automate
12/31/2021 5:58:03 AM.
In Power Platform, at times we must skip few elements from an Array or few characters from a given strings. In these scenarios, Skip function in Power Automate can be used.As an example Employees Stri
Extract Choice Text Value In Power Automate
12/30/2021 5:39:51 AM.
In Power platform for some requirements, it is required to extract Choice values for entities. As an example, on update of Contact record, Status [Choice] Text Value will be extracted.
Get Lookup Field Text In Power Automate
12/24/2021 5:24:05 AM.
In Power Automate one of the common scenarios was to extract Look up Field Text which will be a nightmare for the people who are new to Power Automate about how to extract details of lookup field. As
Working With List Rows Present In Excel Table OneDrive In Power Automate
12/23/2021 4:58:09 AM.
In Power Automate, during certain scenarios we must traverse all the records in excel file table and based on few conditions content in excel to be updated. List Rows action present under Excel Online
Low-Code/No-Code Power Virtual Agent Chatbot For Beginners
12/23/2021 4:17:09 AM.
Getting started with signing in to PVA and creating a simple personalized greeting bot using OOTB Greeting Topic without writing a single line of code
Restrict Manual Movement Of Stages Using JavaScript in BPF
12/22/2021 9:14:02 AM.
In certain implementations, we must restrict manual movement of Stages in BPF for a selected record as a business requirement. To achieve this functionality, we can use JavaScript to restrict movement
Update A Row In An Excel Table Onedrive In Power Automate
12/22/2021 4:00:17 AM.
Most of the common usage of storing data in Excel Spread sheets and a common scenario was to update data in Spread Sheet. We can use an action Update a row into a Table in Power Automate under connect
Usage Of Join Function In Power Automate
12/17/2021 12:33:11 PM.
In Power Automate, at times we must join few items which received in the form of strings. As a scenario, response of the user was taken to show this function behavior.
How To Create A Sparklines In Power BI Tables And Matrix Visual?
12/17/2021 12:19:16 PM.
Welcome to Power BI December 2021 updates. This time Microsoft has released one new feature called “Sparklines” for tables and Matrix visual in Power BI. During this article, we will try to understand
Send Emails From Excel Sheet (OneDrive) In Power Automate
12/9/2021 8:34:25 PM.
In this article, we will see how to send Emails from Excel Sheet stored in OneDrive In Power Automate.
Move To Next Stage Using JavaScript In BPF
12/8/2021 1:31:25 PM.
At times we must work on BPF Stages and navigate Stages automatically based on the business requirement, in this post we are going to see how it can be achieved through javascript. As an example, exis
Add A Row Into An Excel Table Onedrive In Power Automate
12/4/2021 8:56:06 AM.
Most of the common usage of storing data in Excel Spread sheets and a common scenario was to add data into Spread Sheet. We can use an action Add A row into a Table in Power Automate under connector E
Usage of Equals Function in Power Automate
12/2/2021 11:19:34 AM.
In Power Automate, at times we must validate two values and proceed further if result is true, in these scenarios Equals function is used. As a scenario, name of the person and current years values we
Usage Of And Function In Power Automate
11/26/2021 9:36:27 AM.
In Power Automate, at times we must validate two expressions and proceed further if both the expressions are true, in these scenarios and function is used. As an scenario, name of the person and lucky
BPF In Model-Driven-Power-Apps
11/24/2021 5:22:34 AM.
We can include BPF in a model driven app in Dynamics CRM where directly a new contact can be created from App and start using Business Process Flow.
Usage Of Or Function In Power Automate
11/18/2021 1:27:29 PM.
In Power Automate, for doing validations or Function will be used. As an example, an String variable and a number is used to do this validation.
Microsoft Ignite 2021 Precap - Fall - Power Platform Summary
11/15/2021 1:11:11 PM.
Microsoft Ignite 2021 happened last week. Here's a quick summary of all Power Apps, Power Automate, Power BI and Power Virtual Agents Announcements for Power Platfrom
Usage Of Not Function In Power Automate
11/12/2021 9:02:28 AM.
In Power Automate, for doing validations Not Function will be used. As an example, an String variable used to work with Not function.
Usage Of Less Than Function In Power Automate
11/11/2021 1:41:31 PM.
In Power Automate, generic arithmetic operations like Less Than will be used to validate provided integer values. As an example, an integer variable used to work with Less than function.
Usage Of GreaterOrEqual Function In Power Automate
11/4/2021 5:12:39 AM.
In Power Automate, generic arithmetic operations like GreaterOrEqual will be used to compare between values. As an example, Speed Limit with integer value considered to compare with other integer valu
Usage Of JSON Function In Power Automate
10/29/2021 4:33:11 AM.
In Power Automate, at times we must work on JSON with String Values as input. We can use JSON function in power automate to convert string values to JSON and perform related operations. As an example,
Usage Of XML Function In Power Automate
10/28/2021 2:00:02 PM.
In Power Automate, at times we must work on strings which have XML values. We can use XML function in power automate to convert string value to XML and perform related operations. As an example, notif
Usage Of Int Function In Power Automate
10/25/2021 2:39:50 PM.
In Power Automate, at times we must work on strings which have integer values. We can use Int function in power automate to convert string value to integer and perform related operations. As an exampl
Usage Of Float Function In Power Automate
10/21/2021 1:02:16 PM.
In Power Automate, at times we must work on fraction values, float function is used to achieve this. As an example, in order to send discounts notifications to customers during festival season we make
Understanding BPF Stages And Data Steps In Dynamics CRM
10/20/2021 12:51:33 PM.
To define and enforce consistent business processes help people using the system can focus on their work and not to perform a set of manual steps. If we need staff in any organization to follow same s
Usage Of Bool Function In Power Automate
10/14/2021 1:16:12 PM.
In Power Automate, at times we need to take decision based on Boolean value, it could be string or Boolean value. As an example, Power outage variable with true value is considered for demonstration
Create Array Function in Power Automate
10/8/2021 8:43:13 AM.
In Power Automate, at times we need to merge 2 different strings into an Array we can use Create Array Function so that we can get easily desired result. As an example, let us see how to get an array
Usage Of Min Function In Power Automate
10/7/2021 12:39:10 PM.
In Power Automate, at times we need to compare values Min Function is used so that we can get easily desired result. As an example, let us see how to get Minimum age of 2 persons as well as minimum va
Create Application User In Dynamics CRM
10/6/2021 4:31:37 AM.
In Dynamics / Power Platform integrations plays an important role for extending Dynamics/Power platform to integrate with legacy systems or other applications. Post creation of an application in Azure
Usage Of Max Function In Power Automate
10/1/2021 4:51:20 AM.
In Power Automate, at times we need to compare values Max Function is used so that we can get easily desired result. As an example, let us see how to get Maximum age of 2 persons as well as maximum va
Usage Of Addition Function In Power Automate
9/30/2021 12:11:07 PM.
In Power Automate, at times we need to perform Addition arithmetic operations so that we can get easily desired result. As an example, let us see how to calculate total age of 2 persons with the help
Usage Of Multiplication Function In Power Automate
9/23/2021 12:06:50 PM.
In this article, you will learn about the usage of the Multiplication Function in Power Automate.
Usage Of Div Function In Power Automate
9/17/2021 2:06:26 PM.
In Power Automate, at times we need to perform division arithmetic operations so that we can get easily desired result. As an example, let us see how to calculate price of a candy for quick reference
How to create PowerApps with Dynamics 365 & CDS 2 0 Data Sources
9/13/2021 6:41:46 AM.
How to create PowerApps with Dynamics 365 & CDS 2 0 Data Sources
Usage Of Range Function In Power Automate
9/10/2021 12:33:49 PM.
In Power Automate, at times we need to have array with integers starting from the specified index for doing different operations in design of online exams or quizzes to provide random questions this f
Usage Of UTCNow In Power Automate
9/9/2021 12:59:48 PM.
In Power Automate, common scenario is to get current date and time to do manipulations on current date.
Microsoft Dynamics 365 Marketing Life Cycle
9/8/2021 5:16:41 AM.
Microsoft Dynamics 365 Marketing Life Cycle
Usage Of DayofWeek In Power Automate
9/3/2021 12:07:50 PM.
In Power Automate, there is a common task to extract complete day of the week from the given date, for this DayofWeek function will be used. Here in this example, we will see how to extract name of th
Usage Of Add Days In Power Automate
9/2/2021 1:11:11 PM.
In Power Automate, one of the common scenarios is to do some operations on current date. So, Add Days is one of the functions of its kind which works on the current date so that certain actions like s
Microsoft Certified - Power Platform App Maker Associate (PL-100) Study Guide
9/2/2021 1:08:23 PM.
This is a study guide to help you pass the exam PL-100: Microsoft Power Platform App Maker and achieve the Power Platform App Maker certification. It includes all resources I used to pass to this exam
Usage Of Workflow Function In Power Automate
8/27/2021 7:11:11 AM.
In Power Automate, to get the information about the flow that is running workflow function is used and one of the common scenarios in case of failures send notifications in the form of email to a part
Usage Of uriPath Function In Power Automate
8/26/2021 2:49:36 PM.
In Power Automate, one common scenario is to get the path after the host which will allow to configure url’s easily between environments automatically. uriPath function is used to extract path after h
Business Rules With Scope Entity And Server-Side Execution
8/25/2021 12:50:24 PM.
In Dynamics 365 CRM or Power Platform, updates in entity data by using service call /SDK which do changes in server side, then server-side business rules will fire i.e., business rules with scope Enti
URIHost Function In Power Automate
8/20/2021 6:06:13 AM.
In Power Automate, most of the common scenario is to extract host details URI where in power automate can be used to form a dynamic url to open any record from an email link which can be achieved eas
Usage Of uriQuery Function In Power Automate
8/19/2021 1:01:56 PM.
In Power Automate, most of the common scenario is to extract parameters that are present in website url, which can be achieved easily using uriQuery Function as an example.
Business Rules With Actions Recommendations
8/18/2021 2:21:34 PM.
In Dynamics 365 CRM or Power Platform, Business rules provide a quick way of applying business conditions every business rule starts with a condition. In this article we are going to see about an acti
Usage Of Coalesce Function In Power Automate
8/13/2021 1:30:55 PM.
In Power Automate, most of the common scenario is to verify null values and default to a specific value, in Power Automate it can be achieved easily using Coalesce Function as an example and Plan Obje
Usage Of formatDateTime Function In Power Automate
8/12/2021 12:41:05 PM.
In Power Automate, most of the common scenario is to format Date and Time based on the customer requirement, in Power Automate it can be achieved easily using formatDateTime Function.
Power Apps Environment Set Up for Individuals | Developer Plan
8/9/2021 6:55:32 AM.
Power Apps Environment Set Up for Individuals | Developer Plan
How to Create Project & Set Up Repository for the Project In Azure DevOps
8/9/2021 6:50:59 AM.
How to Create Project & Set-Up Repository for the Project In Azure DevOps
Usage Of Rand Function In Power Automate
8/6/2021 10:04:02 AM.
In Power Automate, in few of the scenarios we need to generate random number example to prepare a unique name with text and combination of Unique number so as to provide a quick test data then rand fu
Usage Of Decode URI In Power Automate
8/5/2021 5:09:26 AM.
In Power Automate, to return a normal url from URL Safe Characters embedded encoded URI decodeUriComponent function is used.
Business Rules With Actions Set Default Value And Set Field Value In Model Driven Power Apps
8/4/2021 6:09:35 AM.
In Dynamics 365 CRM or Power Platform, Business rules provide a quick way of applying business conditions every business rule starts with a condition. In this article we are going to see about 2 Actio
Quick Conversion From UTC To IST
7/30/2021 2:21:53 PM.
Power Automate, functions place an important role for conversions, in order to quickly see how to Convert UTC Time to IST Time we use Instant Cloud flow.
Business Rules With Actions Set Business Required/Visibility In Model Driven Power Apps
7/28/2021 6:19:50 PM.
In Dynamics 365 CRM or Power Platform, Business rules provide a simple interface to implement and maintain fast-changing and commonly used rules to set and clear field values,set field requirement lev
Deploy Packages Using Package Deployer Tool In Dynamics 365 CRM
7/21/2021 12:54:07 PM.
In Dynamics 365 CRM or Power Platform, under core tools category Package Deployer Tool enables users to deploy packages to a selected Dynamics CRM Environment which makes life easy by simply configuri