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

Month: January 2022

Get daily reminder from outlook.com using Power Automate

Login to Power Automate. Click on the Templates option and choose the template “Get daily reminders from your outlook email”. After selection the system will ask for outlook.com login. provide your credential of outlook.com and click Continue. Now you will see the trigger as Recurrence and action as send email. Choose the To address and…
Read more

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 dynamically register event handlers in Model driven app forms

Normally we can use Form configuration to attach On Load, On Save, On Change events as given below. But for some business needs if you want to declare the event handlers in code dynamically then use below method. Remember Registering event handlers using code is possible for all handlers except OnLoad, which must be registered…
Read more

Web resource dependencies in Model driven apps Power Apps

Web resources are important components in Power Apps to store JavaScript’s, Images inside Dataverse. You can write JavaScript in web resource so that you can call functions declared for some events like On Save, On Load etc. The column must be represented by a control on the form to be used in a web resource.…
Read more

Enable Power Automate Pane inside Canvas App Power Apps

As an upcoming feature now you can enable Power Automate feature inside canvas apps for flow calling from canvas app. Follow the steps to enable it. Step 1 : open canvas app and go to settings Inside canvas app click on Settings menu and navigate to upcoming features. Scroll down all the way to find…
Read more

Automatic record create and update in customer service in dynamics 365 CE

Customer Service automatic record creation snapshots. Creating a case with email id. Create Automatic record create and update step. define activity type as Email and queue as Support Queue add rule item. add condition row as subject contains issue. save and open power automate for action. power automate actions defined activate create rule. send email…
Read more