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.…… Continue reading #PowerAutomate β Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 6/N
Tag: Power Automate
#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,…… Continue reading #PowerAutomate β Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 5/N
#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…… Continue reading #PowerAutomate β Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 4/N
#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: Create a new variable [strQuizResponse] to store the response for…… Continue reading #PowerAutomate β Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 3/N
#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]. { “results”: [ { “category”: “Entertainment: Television”, “type”: “multiple”, “difficulty”: “medium”, “question”: “What episode of "Mr. Bean" saw him trying to prevent people from seeing him naked?”, “id”: “1124”, “correct_answer”: “Mr. Bean in Room 426”, “incorrect_answers”: [ “Mr. Bean Goes…… Continue reading #PowerAutomate β Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 2/N
#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…… Continue reading #PowerAutomate – Flow to use Open Trivia Database questions in a Microsoft Teams bot π€ 1/N
#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…… Continue reading #Coding4Fun – Power Automate and Cat as a Service πΈ
#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: https://youtu.be/9lnDnxLcis4 How cool is this? For me, 5 stars βββββ And if you are wondering how this works,…… Continue reading #MSIgnite – Power Automate with AI powered copilot capabilities
#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…… Continue reading #PowerAutomate β‘οΈ – Copy Files from Google Drive to Azure Tables. Bonus: OneDrive βοΈ and Sharepoint
#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…… Continue reading #PowerPlatform – HowTo: Test Power Automate Flow HTTP using Postman