When working with Power Automate, it’s crucial to handle JSON data correctly to avoid common pitfalls. One such issue arises when adding JSON within another JSON. Without proper handling, Power Automate tends to add extra quotation marks, encoding the inner… Continue Reading →
In traditional coding paradigms, for loops are a staple for iterating over a collection of items. When the desired condition is met or the task is complete, one can simply exit the loop using a break command. However, in Power… 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 →
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 →
Previous post displayed the basic way of calling ChatGPT in Azure OpenAI. For more complex scenarios we want to add PDF document, index it and use the indexed document in the ChatGPT prompts instead of giving the source data in… Continue Reading →
I’m in a project working with KEHA center for environmental impact assesment. The solution offers the authorities Power Platform user interface where they can use AI as part of the processing and analysis of the statements and opinions given in… Continue Reading →
There is possibility create Power Automate flows with Copilot and I think that does not even requires any specific Copilot license, just the normal license for generating Power Automate flows. As the other tools Copilot marketing sounds too good to… Continue Reading →
I wanted to try custom connectors and use them for something that helps me in my everyday life. I created Custom Connector for Spotify so that there is music playing in my home ever weekday at 6 am without touching… Continue Reading →
© 2026 Karl-Johan Spiik, Microsoft MVP — Powered by WordPress
Theme by Anders Noren — Up ↑