Using Dataverse AI functions In Power Automate
Learning dynamics 365, Azure and Power Platform
Search for a command to run...
Learning dynamics 365, Azure and Power Platform
No comments yet. Be the first to comment.
Currently there is no straight forward way to open a canvas apps from the ribbon button unlike the custom page that can be opened using the Xrm.Navigation.navigateTo(pageInput,navigationOptions).then(successCallback,errorCallback);Refer : navigateTo ...
This is a preview feature ; works for flows that are part of solution. The flow run history is now stored in the table 'flowrun' and can be queried to get the history. Enabling the functionality :To enable this navigate to https://admin.powerplatfor...
Tag parameter is a savior when it comes to situation where a particular plugin execution needs to be skipped. Scenario - A custom api creates contact and also performs execution of certain logic. Also, there is a plugin that executes similar logic wh...
The easiest way to identify the flows that trigger on a particular entity with its messages is to run a SQL query using the sql4cds tool in the xrmtoolbox. The table that has the information is callback registration, querying the call back registrati...
Dataverse Provides built in AI Functions that are preconfigured.
They are ready to use and do not require any data for training.
They help in streamlining and improving the process
AI Classify :
Responsible for classifying text into a category provided.
Common scenarios include:
a. Customer Submitting an Issue which can be classified into categories like Problem, Billing, or Licensing
b. Customer Service Requests.
c. Complaints etc.
In power automate we can use the 'Perform unbound action' and chose the AI Classify and define the category and text, the response will return which category the text belong to.

AI Reply:
• Helps in drafting a reply to the message that you provide.
• Common Scenarios Include :
Composing email responses
Responding to customer reviews

AI Sentiment :
Detects the sentiment based on the text provided
Ex: The sentiment of a customer could be positive, Negative, Neutral, based on an email/description/review, this function helps to identify the sentiment.

AI Summarize :
If there is a text in a document or be it an email body or a custom field that requires to be summarized, this function helps in doing so, there by a quick summary of a particular text can be extracted.

References :
https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-ai