powerautomate

Unraveling the URL Enigma with Power Automate’s C# Plugin

Unraveling the URL Enigma with Power Automate’s C# Plugin

Intro: Emails often contain links that are valuable for various reasons. Power Automate by Microsoft is a tool that can automate many tasks, but it doesn’t have a built-in feature to Find all (as in excel) instance of a specific string. Felling in love with bring in your own c# code as a plugin helped to solve a small problem of extracting URL from an email body. C# Code: Piggy backing on the previous blog on the framework the only change is using System.Net; using System.Net.Http; using System.Text.RegularExpressions; using System.Threading.Tasks; using Newtonsoft.Json.Linq; public class Script : ScriptBase { public override…
Read More
Power Apps (Part 1 )

Power Apps (Part 1 )

Difference between Power Apps and Custom App Before telling about Power Apps , first of all i will discuss when and why we use power apps instead of custom apps When We Should Power Apps 1.Clear and Simple RequirementsWhen we have clear requirements of the business(requirements should be simple not complex ) then we will prefer to use power apps instead of custom apps, in power apps we can not add complex functionality 2. Number of usersWhen we have a limited of users (such as a team of some people) then we will use Power Apps because Power Apps can…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.