#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.…… Continue reading #PowerAutomate – Flow to use Open Trivia Database questions in a Microsoft Teams bot πŸ€– 6/N

#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