Originally posted in Finnish at Sulava blog The excellence of Microsoft’s Power Platform is that it can be used to quickly make applications, workflows and other technological gadgets directly into production. Any user can click a tool that saves them… Continue Reading →
CRM Notes let’s user to speak notes from meeting (with phone keyboard speech recognition) to written notes. Solution then offers possibility to rewrite the notes with AI and extract tasks and save them into To Do. User can save the… Continue Reading →
Now it is even easier to use ChatGPT with Power Automate, since the GPT Prompts are generally available. You can create your own ChatGPT prompt and attach it to your solutions. Or you can create a “bot” with Power Automate,… Continue Reading →
I recently created a mobile app for Finnish Innovation Fund Sitra. The app allows users to save notes to their CRM system. Before saving, the app uses the Create text with GPT model to rewrite the text and extract tasks… Continue Reading →
AI is transforming the way we develop software and solutions. Microsoft Power Platform is leading a new era of AI-generated low-code app development with its Copilot feature in Power Apps, Power Automate, and Power Virtual Agents. Copilot is a live… Continue Reading →
Normalizing database is a process of organizing data into tables and columns to reduce redundancy and improve data integrity. It is a common practice for relational databases such as SQL, where data is stored in rows and columns. Normalizing database… Continue Reading →
I created very simple Power Automate flow for AI Translator custom model that takes file from SharePoint to Azure blob, then translates the document and puts the document back to SharePoint. After couple days usage and testing, the flow got… Continue Reading →
In my previous post I described how to train Azure AI Translator Custom Model. I tested with ready made app but now I want to create self-help portal for Sitra personnel to test the translator. I decided to have a… Continue Reading →
Once you have indexed your document in Azure Search, you can use it as source for your ChatGPT prompt. Call is quite similar but instead of giving the data in REST API call, you give the index. Below is the… Continue Reading →
If you want to use a PDF document as source for ChatGPT prompt, you need to add it to search and index it first. For that you need to have the document in Azure BLOB and the URL for the… Continue Reading →
© 2026 Karl-Johan Spiik, Microsoft MVP — Powered by WordPress
Theme by Anders Noren — Up ↑