- 9
- 1 795
Manish Solanki
India
Приєднався 18 лют 2008
Manish Solanki is a technology enthusiast with vast experience in Microsoft technology stack. I specialize in designing and implementing solutions using low-code tools like Power Apps, Power Automate, AI builder, Dataverse etc. Experience in leveraging O365/M365 services such as SharePoint, Planner, Forms etc. to drive efficiency and innovation. I love writing technical blogs, collaborating in technical communities & basically anything & everything in technology.
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:
✅ Save time on automating document related tasks like summarizing reports, classifying documents, or extracting content from invoices
✅ Reduces the manual effort in setting up & training custom AI models for document processing thereby accelerating deployment of #Intelligentdocument and image processing solutions
✅ Allow setting up of workflow using simple natural language commands
✅ Allow leveraging #AIBuilder prompt in #PowerAutomate or #PowerApps
✅ Boost productivity and efficiency by intuitively allowing users to design complex workflows without requiring advanced technical skills.
✅ Intelligent document processing workflow enhances the accuracy and speed of routine tasks
🎬 In this video, I have demonstrated the detailed steps to extract data from structured invoice pdf file sent through email without setting up custom #documentprocessing AI model.
Additionally, you will learn:
📌 Setting up custom chat GPT prompt with input file parameter & output JSON format.
📌 Calling custom prompt with file input in power automate cloud flow
📌 Configure Prase JSON using the schema of GPT response
📌 Add rows in #Dataverse table
📌 Set up lookup field for parent child table relationship (one to many)
🔔 𝘋𝘰𝘯'𝘵 𝘧𝘰𝘳𝘨𝘦𝘵 𝘵𝘰 𝘭𝘪𝘬𝘦 & 𝘴𝘶𝘣𝘴𝘤𝘳𝘪𝘣𝘦 𝘵𝘰 𝘮𝘺 UA-cam 𝘤𝘩𝘢𝘯𝘯𝘦𝘭 @manishsolanki01 𝘪𝘧 𝘺𝘰𝘶 𝘧𝘪𝘯𝘥 𝘵𝘩𝘪𝘴 𝘷𝘪𝘥𝘦𝘰 𝘶𝘴𝘦𝘧𝘶𝘭.
#MicrosoftPowerPlatform #PowerPlatform #AI #Automation #SharingIsCaring #intelligentautomation #aritificialintelligence
Features & Benefits:
✅ Save time on automating document related tasks like summarizing reports, classifying documents, or extracting content from invoices
✅ Reduces the manual effort in setting up & training custom AI models for document processing thereby accelerating deployment of #Intelligentdocument and image processing solutions
✅ Allow setting up of workflow using simple natural language commands
✅ Allow leveraging #AIBuilder prompt in #PowerAutomate or #PowerApps
✅ Boost productivity and efficiency by intuitively allowing users to design complex workflows without requiring advanced technical skills.
✅ Intelligent document processing workflow enhances the accuracy and speed of routine tasks
🎬 In this video, I have demonstrated the detailed steps to extract data from structured invoice pdf file sent through email without setting up custom #documentprocessing AI model.
Additionally, you will learn:
📌 Setting up custom chat GPT prompt with input file parameter & output JSON format.
📌 Calling custom prompt with file input in power automate cloud flow
📌 Configure Prase JSON using the schema of GPT response
📌 Add rows in #Dataverse table
📌 Set up lookup field for parent child table relationship (one to many)
🔔 𝘋𝘰𝘯'𝘵 𝘧𝘰𝘳𝘨𝘦𝘵 𝘵𝘰 𝘭𝘪𝘬𝘦 & 𝘴𝘶𝘣𝘴𝘤𝘳𝘪𝘣𝘦 𝘵𝘰 𝘮𝘺 UA-cam 𝘤𝘩𝘢𝘯𝘯𝘦𝘭 @manishsolanki01 𝘪𝘧 𝘺𝘰𝘶 𝘧𝘪𝘯𝘥 𝘵𝘩𝘪𝘴 𝘷𝘪𝘥𝘦𝘰 𝘶𝘴𝘦𝘧𝘶𝘭.
#MicrosoftPowerPlatform #PowerPlatform #AI #Automation #SharingIsCaring #intelligentautomation #aritificialintelligence
Переглядів: 229
Відео
Copilot feature to build & edit cloud flow in teams
Переглядів 56День тому
Using #CoPilot feature, you can use natural language to create #PowerAutomate in #MicrosoftTeams. The "𝗪𝗼𝗿𝗸𝗳𝗹𝗼𝘄 𝗕𝘂𝗶𝗹𝗱𝗲𝗿" feature allows generating a cloud flow based on the input description and thereby eliminates the need to build flow from scratch. Benefits: 📌 Ease of building cloud flow in teams when the prebuild template does not fit the scenario. 📌 Uses #AI to generate and suggest a cloud ...
How to update value of a work queue item in power automate desktop?
Переглядів 10714 днів тому
The recent release of #PowerAutomateDesktop (v2.50) allows updating value of work queue items without changing the status of an item. Through this tutorial I have explained the process to update the value of 'Queued' invoice items with the latest values stored in an input csv file. The value of work queue items is being replaced with JSON object using "𝗨𝗽𝗱𝗮𝘁𝗲 𝘄𝗼𝗿𝗸 𝗾𝘂𝗲𝘂𝗲 𝗶𝘁𝗲𝗺" action. Key takeaw...
How to extract data from datagrid in legacy application?
Переглядів 96Місяць тому
The new "𝗘𝘅𝘁𝗿𝗮𝗰𝘁 𝗱𝗮𝘁𝗮 𝗳𝗿𝗼𝗺 𝘁𝗮𝗯𝗹𝗲" action introduced in Power Automate Desktop V2.49 enables extraction of tables and data grids from target applications. It allows extraction in 2 ways - in a excel worksheet or in a variable. ✨ In this video, I have explained steps: - To extract table from data grid of a legacy window application - Collect data in a datable variable - Create csv file from the v...
How to set up fallback Mechanism for UI elements in Power Automate Desktop?
Переглядів 105Місяць тому
Microsoft has introduced a feature to provide a reliable solution for UI and browser automation actions. With this feature, users can set up a fallback mechanism for UI automation actions in case the UI element cannot be found through the set selector(s). I will demonstrate the image fallback solution by taking an example of click link action. The class of link element on web page has been upda...
Secure HTTP Request EndPoint In Power Automate
Переглядів 412Місяць тому
It is a common scenario to exchange data between applications. In Power Platform, this is done through “HTTP” request trigger that supports exchange of data with external or 3rd party applications but the request end point should be secured to prevent breach. In this video, I am going to demonstrate the 2-step process to invoke HTTP request endpoint from postman (external party). You can export...
Auto Retry Work Queue Item in Power Automate Desktop
Переглядів 219Місяць тому
This Video demonstrates how to set up retry mechanism for work queue items. It shows the detailed steps to 1. Create a work queue & enable auto retry feature 2. Use work queue actions in Desktop flow 3. Verify retry count in every iteration 4. Validate the output In automation, setting up retry policy make sure the task doesn't fail entirely at the first exception thus reduces the error & impro...
Use Azure Key Vault Secret Key In Power Automate Desktop
Переглядів 325Місяць тому
This video demonstrate the method to securely sign in to an application in Power Automate Desktop with the password stored in Azure Key Vault repository. 💼 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 passwo...
Describe with Copilot in Power Automate Desktop
Переглядів 2512 місяці тому
This video demonstrates "Describe to Copilot" feature in Power Automate Desktop introduced in version 2.48. With this feature, citizen developers or person without technical know-how can easily automate their day-to-day activities by simply providing instructions to create desktop flows. I have shown a use case to extract tabular data from a pdf file & save the extracted data in csv format by p...