Key Phrases Action In Microsoft Text Analysis Cognitive Service With Desktop Flow Using Microsoft Power Automate

Microsoft Power Automate, is a software by Microsoft for automation of recurring tasks. It is part of the Microsoft Power Platform line of products together with products such as Power Apps and Power BI. More Details here.

Microsoft cognitive services enable users to accelerate decision-making using artificial intelligence without requiring machine learning expertise.

Desktop flows are the existing robotic process automation (RPA) capabilities in Power Automate and enable to automate all repetitive desktop processes. It also provide a wide variety of Microsoft cognitive actions that allow you to integrate this functionality into your flows. Text analysis, computer vision, and spell checking are all tasks that Microsoft cognitive actions can perform. More Details here.

The Microsoft cognitive Text Analysis - Key phrase action is one of the features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Use key phrase extraction to quickly identify the main concepts in text.

Reading this article, you can learn how to extract text with Microsoft cognitive Text Analysis - Key phrase action in Desktop flow using Microsoft Power Automate.

The following important tools are required for developing Microsoft Power Automate,

  1. Windows 10/11 (Recommended)
  2. Power Automate Desktop - Download the Power Automate installer
  3. Microsoft Azure account - https://azure.microsoft.com/en-in/

Now we can discuss step by step App development.

Step 1

Open Microsoft Power Automate -> New Flow

Next, Give the Flow name as PADCogKeyPhrases, Click the Create button,

After that, we are able to see the Desktop flow,

Step 2

For Testing Microsoft cognitive Text Analysis - Key phrase action,

First, Get the Azure cognitive service Subscription details - Refer the link for creating a Coginitive service in Microsoft Azure.

Next, Add the Key phrase action, Set the Server location Parameter as West US 2, Subscription key Parameter as ************** and Text Parameter as InputTextLanuage variable, Variable Produced Parameter as %JSONResponse% and Click Save Button

For Displaying Result, Add the Display message action and Set the Message box Title Parameter as Display Key phrase, Message to display Parameter as %JSONResponse% Click Save Button

Now, Save the PADCogKeyPhrases Desktop Flow,

Step 3

Now we can run your PADCogKeyPhrases Desktop Flow in Microsoft Power Automate, The output of the PADCogKeyPhrases is,

Summary

Now you have successfully tested Microsoft cognitive Text Analysis - Key phrase action in Desktop flow - PADCogKeyPhrases in Microsoft Power Automate


Similar Articles