Category: Dataverse

AI Builder Dataverse Outlook Connector Power Automate

How to process invoice document without setting up custom AI builder model?

The introduction of adding images or documents (in preview) as input parameter in custom GPT prompt makes it easier for non technical users to extract specific fields without the need for pre-training models with sample data. This reduces the time and effort spent on preparing and fine-tuning custom models for document processing. Features & Benefits: […]

Manish Solanki 
Dataverse Desktop Flow Power Automate Power Automate Desktop

How to use “Requeue item with delay” for work queue item in power automate desktop flow?

Use Case The “Requeue item with delay” pattern delays the execution of work queue item but does not define the max attempts for its processing. In the below example, I have demonstrated the technique to stop reprocess work items after certain attempts. To achieve that, we can use ‘requeuecount‘ property as max retry count and […]

Manish Solanki 
Azure Azure Key Vault Dataverse Power Automate Power Automate Desktop

How to securely sign in to an application in Power Automate Desktop with the password stored in Azure Key Vault?

Full video tutorial is available on my YouTube channel: Use Case In UI automation, it is a standard process to sign in to an application (desktop or web) to process data in power automate desktop flow. Azure Key Vault is the safest place to securely store the application password. Storing password in Vault also allows […]

Manish Solanki 
AI functions in PAD
AI Builder Dataverse Power Automate

Add intelligence with Dataverse AI functions in Power Automate Desktop flows

With the introduction of Dataverse Cloud Connector (preview) in power automate desktop flow (in Version 2.44), it becomes easier to add intelligence in PAD using Dataverse AI functions. This will address the issue of setting up HTTP request trigger or any other approach for calling AI functions from Power Automate Desktop. You can find official […]

Manish Solanki 
Dataverse API function
AI Builder Dataverse Power Automate

How to add intelligence into Power Automate flows with Dataverse AI functions?

Recently, I came across Dataverse AI functions that have been newly introduced by Microsoft. The documentation for leveraging these functions from canvas app is very well explained in the below mentioned link: AISummarize, AISentiment, AIReply, AITranslate, AIClassify, and AIExtract functions – Power Platform | Microsoft Learn I could not find the documentation for calling those […]

Manish Solanki