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

Tag: power automate tutorial

Dataverse Plugins vs Power Automate: What Microsoft Experts Actually Use in Real Projects

Introduction One of the most common questions I hear from Power Platform developers and Dynamics 365 professionals is: “Should I use a Dataverse Plugin or Power Automate?” While both can automate business processes, choosing the wrong approach can lead to performance issues, maintenance challenges, increased licensing costs, and poor user experience. After working on numerous…
Read more

25 Power Automate Flows That Can Save You 10 Hours Every Week

Introduction Imagine arriving at work on Monday morning and discovering that most of your repetitive tasks have already been completed automatically. This is exactly what organizations worldwide are achieving using Microsoft Power Automate. Whether you’re a student, business analyst, HR professional, project manager, developer, or business owner, automation can save hours every week while reducing…
Read more

Power Automate Exception handling using Try Catch Finally

Most of the times when you design a Power Automate flow, you face run time errors due to data issue or environment issues. So this post will explain you how you can handle runtime errors in Power Automate. Follow the below steps to implement TRY CATCH FINALLY BLOCKS in Power Automate. Watch the video or…
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

Convert Word to PDF from OneDrive and Send Email using Power Automate

Here in this blog we will see how we can create a word file in OneDrive and use Power Automate to read the word file and convert it to PDF and send the PDF to email as an attachment. Step-1: Create a Word File in OneDrive Open OneDrive and create a Folder “MyFiles” and inside…
Read more

Get Text value of a Boolean field in power automate

I have written a post to get Choice or optionset text in Power automate if you have not read check now. in the below link to understand more. in the same process if you want to get the text value of a Boolean field use the below formatted syntax in your power automate or power…
Read more