Use the key phrase extraction prebuilt model in Power Automate

  1. Sign in to Power Automate.

  2. Select My flows in the left pane, and then select New flow > Instant cloud flow.

  3. Name your flow, select Manually trigger a flow under Choose how to trigger this flow, and then select Create.

  4. Expand Manually trigger a flow, and then select +Add an input > Text as the input type.

  5. Replace Input with My Text (also known as the title).

  6. Select + New step > AI Builder, and then select Extract the key phrases from text in the list of actions.

  7. In the Language input, select or enter your language.

  8. In the Text input, select My Text from the Dynamic content list:

    Specify my text.

  9. In the successive actions, you can use any columns extracted by the AI Builder model. For example, you can create a Microsoft Dataverse row for each Key phrase.

    Add key phrases screen.

Parameters

Input

Name Required Type Description Values
Text Yes string Text to analyze Text sentences
Language Yes string Language of the text to analyze Item in a list of predefined languages or a language code (ex.: "en", "fr", "zh_chs", "ru")

Output

Name Type Description
Key phrase string String denoting a key talking points in the analyzed text. As there could be multiple key phrases, selecting this parameter will create an apply to each loop

Congratulations! You have created a flow that uses your key phrase extraction AI model. Select Save on the top right and then select Test to try out your flow.

See also

Key phrase extraction overview