Notify Application’s Certificates & secrets – Power Automate
Notify in teams/outlook about Application’s Certificates & secrets using Power Automate. Happy Building… š
Notify in teams/outlook about Application’s Certificates & secrets using Power Automate. Happy Building… š
This is a continuation of the OCR series, previously we showed how to extract data from PDF using Power Platform”AI Builder” and Azure “Form Recognizer“. In this post, we will see how to extract data using IQ Bot. Automation Anywhere is one of the leading RPA tools, In Power Platform also we have “Power Automate desktop” to cover this segment […]
Power Automate flows can be triggered with HTTP triggers and it will be useful in many scenarios. There are HTTP actions available inside a flow that can be used to get or post data to an external system, In the Azure Form recognizer example, we have used HTTP get request. Similarly, we have used HTTP triggers in the IQBot example. […]
Power Automate will run under owner connection or we can change the connection for a specific action. So when an update item or create item action is used in the flow, the “created by” or “modified by” will be updated by owner name or whoever name is configured in the connection instead of the current user who triggered the flow. […]
This is a continuation post, already we have shown how to read using AI builder. AI builder is also built on top of Azure OCR. There are some prerequisites to be done before using the Azure services. Azure works on pay as you go subscription model. If a user creates a new account, for 12 months they are offering a […]
There are many triggers available for SharePoint list and libraries but in some cases, the flow should be triggered only a folder is created or a file is created inside the library, there are no direct triggers available but with the help of conditions we can trigger the flow when needed. We are going to make use of Trigger conditions […]
Deploying app from one environment to another environment is the most problematic area in SDLC. If development is not taken place in a well-organized setup then the deployment is not going to be that easy. Especially working in the SaaS, we need to follow the product standards to get the expected output. Solutions are the Power Platform way of transporting […]
Decimal numeric Round-off is a renowned Math operation, that will always be a necessity while working with numbers irrespective of its complexity. When it comes to Canvas app, we have multiple built-in methods available for Rounding a decimal namely Round, RoundDown and RoundUp. Round(Number, DecimalPlaces)RoundDown(Number, DecimalPlaces)RoundUp(Number, DecimalPlaces) We also have scenarios to Round-off the decimal values in Power Automate. But, to our surprise […]
Infinite flow trigger is a common scenario in workflow softwares like Nintex, K2 and even in Power Automate. There is a classic way of handling it by using the flag column with form, flag column without form. In classic SharePoint sites, Javascript can be injected in the form load, we can use that to set the flag variables, but in […]
Most of the organizations adopted youtube in their digital marketing space, So to view the analytics of how it is improvising the marketing and what type of content users like, can be consumed via Youtube API. Google offers free analytics tools but here we have to show the data in Power Platform. For that, we have to consume Youtube API […]
Subscribe to our weekly newsletter below and never miss out the latest updates