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

Category: Power Portals

Check page title and display dynamic text using liquid in power portal

Check page and use liquid. hope this helps.

Understanding Record Source Type setting in Basic Forms in Power Portal

Record Source Type setting is used to define how the information is passed to the form: There are 3 types of record source type can be used. Query String – This setting is default when you are creating a table form or a basic form in power portals Studio. When the page that contains the form is…
Read more

Add custom button in power portal list and open external site on click

You can open external URL by specifying URL option in grid configuration in a List in power portal. Go to Portal Management Model driven app and navigate to options, click on create. It will add a create section and in the target type choose URL. Mention the target URL in the box such as “https://logyscal.com/”.…
Read more

Download action in Power Portal Entity List configuration

In Power Portal Table List you can configure Download action option so that when you click the Download button the data from the list will be automatically downloaded in the system. For this open Portal Management Model Driven app and navigate to Lists. Select the List for which you want to enable and in the…
Read more

Use regular expression in Power Portal form field

Regular expression in JavaScript is very powerful way to validate a specific format of a field such as Email, Phone number etc. In Power Portal we can use regular expression to validate form fields without writing code just using configuration. Open the Basic form and go to Form Metadata. Add new form metadata of type…
Read more

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

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

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

Manage Search index for Dataverse Search in Power Apps

Dataverse Search is now the global search for all power apps. If you have not enabled enable it now. Follow my blog here to know how to enable Dataverse search. After it is enabled we can manage search index for Dataverse search. Open your Power Apps Solution and Click on Overview section here you can…
Read more

Create your custom theme for your power portal with easy steps

Power Portal is a public facing web portal that we can configure as a power apps. We can also define the styling of the power portal pages using CSS. But there is a theme concept that we can configure without writing code to give a makeover style. You can also use Preset Themes if you…
Read more

Use Microsoft App Source to install apps into your power apps environment

Microsoft App Source is the largest app market place which we can leverage to find Free and Premium Apps for our environment. Let us see how you can navigate to App Source and Install Apps. Follow the steps below. Login your power apps environment and click on Solutions section. Click on Open App Source. Now…
Read more

Use SharePoint to store documents from Power Apps Portals

We can use Power Apps Portal to store documents is SharePoint. For this we have to enable the SharePoint Integration for Portals. lets see how we can do this. Step:1 – Enable SharePoint Integration for Portal Login admin.powerplatform.microsoft.com. Then select the environment and click on Resources then click Portals. Now choose your Portal and click…
Read more

Automatically assign the lookup field to current portal user in power portal

When we use Entity Form/ Basic Form in Power portal sometimes we need to associate the current login user of power portal into the lookup field of the entity form as it does not associate automatically. So let us see how we can do this. Login Power Apps and go to Apps area. Click on…
Read more

Add new fields on registration page or Edit Registration Page in Power portal

In this post we will see how you can edit or add new fields to registration page and update data in Dynamics 365. As because there is no easy way to do this, so this article will help you to do the changes. Lets start, The requirement is I want to Add a new Choice…
Read more

Know about Power Platform Tools | Developer Toolkit for Visual Studio 2019

In this blog we will see how we can use Power Platform Toolkit for our projects in Visual Studio 2019. Power Platform Tools for Visual Studio supports the rapid creation, debugging, and deployment of plug-ins and other customizations. Power Platform Tools for Visual Studio is similar in appearance and function to the Developer Toolkit we were…
Read more

How to clear PL-900 with Free of Cost

Certification fives more credibility to your Resume and also will give more chance in getting jobs of your choice in market. But sometimes its difficult to identify which certification is suitable for you. As because the Certification enrollment are cost associated so you need to understand which certification is Best. let me tell you the…
Read more

Add custom form field client validation for Advanced Forms in Power Portal

Client validations are very important to alert users if some field value is not supplied when a user clicks Submit button or do some change in a form field. We can add custom JavaScript and jQuery to have our own custom field validations. Lets us see how we can do that. I have an Advanced…
Read more