Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Month: December 2021

Send email notification when new file created in OneDrive Business using Power Automate

In this post I will explain about the power automate to configure so that it will send an email notification when new file created in Onedrive business. Follow the steps below: Step: 1 – Configure Trigger Create a new flow and choose trigger as OneDrive and option as When a file is created (metadata only).…
Read more

Call Power Automate using JavaScript from Dynamics 365 Forms

In this post I will explain about the steps to call Power Automate from Dynamics 365 JavaScript. Let us take a scenario, I want to send a PDF with Account information when an account is created in the system using JavaScript. For this follow below steps: Step:1 – Configure Power Automate Open Power Apps solution…
Read more

Text counter in Canvas Apps Power Apps

Some requirement needs to have a counter so that when we type text inside a text input the label will show the maximum character or how many character left to enter. For this requirement take one label to display counter and one text input having multiline text mode. Select the label and in the Text…
Read more

Check field value numeric in Power Apps canvas apps

Sometimes we need to validate fields to match with a numeric only like Ages, No. of days etc. So for this scenarios we need to use some PowerFX to validate form fields. Let us see how we can achieve this. Take 3 controls on the canvas app. one Text Input and two text labels. One…
Read more

Working with Day, Month, Year, Hour, Minute, Second, and Weekday functions in Power App

We can use PowerFX to use the day, month, year, hour, minute, second and weekday concepts in our Power Apps. Lets see in details. Day PowerFX Day PowerFX returns the day component of the current time and date. Syntax : Day(Now()). This will give you the current date part. If the date is 12/21/2021 then…
Read more

Call third party webapi from plugin using secure/ unsecure configuration

Here is the code how to call third party web api.

How to overwrite an environment with a copy of another environment

For business needs we can overwrite an existing environment. Follow the steps below to copy or overwrite existing environment. Step : 1 – Open Power Platform Admin Center and Select Existing Environment Open the power platform admin center. You can direct click the link to open – https://admin.powerplatform.microsoft.com/environments now select the environment and click Copy.…
Read more

Cascading dropdown list in Power apps connecting to SharePoint

Cascading dropdown list is very common in programming and software world. In Power apps also we can use this concept o achieve the cascading logic. Lets take a scenario: We have a SharePoint List to store Country, State and City. All information will be displayed in Power apps as dropdowns. When someone select Country the…
Read more

Retrieve more than 5000 records from dataverse or dynamics 365 in Power automate using fetchxml paging

In this post I will explain about paging concept using FetchXML with Power Automate to retrieve records from Dataverse or Dynamics 365 CE/CRM. Watch the below video for practical knowledge. Or you can scroll down to read the article. Step 1 – Create a Flow and add required variables Create a new Instant flow and…
Read more

65+ Power Apps interview Questions and answers

Here in this post I have compiled 65+ interview questions and answers for Power Apps, Power Automate, Power BI, Power Virtual Agents and many more on Power Platform. Check out the complete questions here: Explain about the Power platform echo-system? What are PowerApps and why do we use it? What is the difference between a…
Read more

Bulk create records in Microsoft Dataverse using Power Automate

If you want to create records in bulk using loops then read this post. Lets go step-by-step. Our scenario is business wants to create 2500 Account records from Power automate and the Account Name will be dynamically generate as “Account<Counter>” that means like Account1, Account2 and so on till Account2500. Let start. Step:1 – Login…
Read more

How to create a scheduled flow in power automate

Using Power automate we can create a flow to run on a time schedule. Lets say you want to send a daily email to all contacts regarding some news form your company then how can you do this. The Scheduled flow in Power automate is used for this scenario. Follow the steps below: Step-1: Login…
Read more

How to call a child flow from parent flow in Power Automate

Power Automate is more powerful cloud automation system to automate almost every manual task. In this post I will explain about how to call a child flow from parent flow. Remember that only parent child flow is supported for solution aware flows means you need to create flows inside a solution then only you can…
Read more

Create Custom Autonumber Plugin Using Azure SQL Sequence for Dynamics 365 CE

Here in the post Temmy explained how to create auto number code using Azure SQL Sequence. Read the complete blog below.

Ads and Ads Placement in Power Portal – Configurations and Demo (no code)

In this post I will explain about Ads and Ads Placement concepts in power portals. As because power portals are public facing websites we can run Ads on power portal web pages of our choice. We can also configure display styles, positions, live from date and expire date of Ads. Lets us see how we…
Read more