-
#PowerAutomate – Using OpenAI APIs, like ChatGPT, Dall-E and more. Also in Azure!
Hi! Back in March we hosted 3 sessions, and we showed how to use OpenAI models and features in Power Apps, Power Automate and Power Virtual Agents. You can check the recordings here: https://aka.ms/OpenAIPowerPlatformSeries Last post I wrote on how to OpenAI Image generation API. Today, I’m going to show how to Text Completions using… β read more
-
#PowerAutomate – Using OpenAI APIs, like ChatGPT, Dall-E and more. Also in Azure!
Hi! Back in March we hosted 3 sessions, and we showed how to use OpenAI models and features in Power Apps, Power Automate and Power Virtual Agents. You can check the recordings here: https://aka.ms/OpenAIPowerPlatformSeries These AI models are available in several places, like OpenAI APIs and Azure OpenAI Services. Scenario Let’s learn how to use… β read more
-
#PowerAutomate β Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 6/N
Hi ! Now that we have all the necessary steps to play with a Trivia question using Power Automate and Microsoft Teams, I think it will be nice to have an online event to build this all together. That’s will I’ll host an event, on Dec 15th to explain and show the step-by-step for this.… β read more
-
#PowerAutomate β Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 5/N
Hi ! Now that we have the core steps to request a Trivia question from the API, send the question to a user and process the user’s answers, let’s work on the trigger. My final idea is to use a trigger from Teams, then validate that the message body contains the words ‘start trivia’ and,… β read more
-
#PowerAutomate β Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 4/N
Hi ! In previous posts we request a Trivia quesion using the Open Trivia Database API, and sent the question as a message using Teams Flow Bot. Context The process of the quesion is fine, however, the way that we process the answers has a flaw. Let’s take a look at steps in the current… β read more
-
#PowerAutomate β Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 3/N
Hi ! In previous posts we request a Trivia quesion using the Open Trivia Database API, and sent a mesage to teams so an user can read the question and pick an answer. In today’s post, les process the user’ answer. The flow is simple: Once the flow is running, we can see in the… β read more
-
#PowerAutomate β Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 2/N
Hi ! LetΒ΄s analyze the response from the API query for a single question [https://www.otriviata.com/api.php?amount=1]. We have a collection of results (questions) with only one result. Power Automate Flow Steps In order to get this, let’s use a HTTP step. Our next is to use a [Parse JSON] step to work with the data from… β read more
-
#PowerAutomate – Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 1/N
Hi ! A couple of days ago, I found a super cool connector in the Power Platform that allows us to get trivia questions from the Open Trivia Database. I started to play around with the API, and hey, I created a bot that ask questions and present the options for the answers. Here is… β read more
-
#Coding4Fun – Power Automate and Cat as a Service πΈ
Hi ! You probably didn’t request this, but hey, it’s Friday and it’s time to have some fun. Yesterday, thanks to Rishab, I learned about Cat as a Service (cataas). Yes, because we can have ANYTHING as a Service πΈ. I was thinking about some cool and advanced scenarios to use this, then I realized… β read more
-
#MSIgnite – Power Automate with AI powered copilot capabilities
Hi ! During this Microsoft Ignite 2022, we had a lot of annoucements about super cool features. As an (long-time) AI and (newly) Low Code – No Code enthusiast, this one goes directly to my top 3: How cool is this? For me, 5 stars βββββ And if you are wondering how this works, is… β read more
-
#PowerAutomate β‘οΈ – Copy Files from Google Drive to Azure Tables. Bonus: OneDrive βοΈ and Sharepoint
hi ! Early today I hosted a session with an Introduction to Power Automate. It was a fun session, and while I was talking about some flow scenarios, I had a question about copying files from Google Drive to Azure Tables. I didn’t have the right environment to build an online demo for this, so… β read more
-
#PowerPlatform – HowTo: Test Power Automate Flow HTTP using Postman
Hi ! It’s been a while since I wrote about Power Flow Automate, and this is a good memory reminder for myself, I always spend +30 minutes figuring out how to Test a Power Automate Flow, triggered when a HTTP request is received using Postman. So, simple scenario with a Flow triggered when a HTTP… β read more