Skip to main content
Power Automate
    • Connectors
    • Templates
    • Take a guided tour
    • Digital process automation
    • Robotic process automation
    • Business process automation
    • Process advisor
    • AI Builder
  • Pricing
  • Partners
    • Blog
    • Documentation
    • Roadmap
    • Self-paced learning
    • Webinar
    • Business process and workflow automation topics
    • Overview
    • Issues
    • Give feedback
    • Overview
    • Forums
    • Galleries
    • Submit ideas
    • User groups
    • Register
    • ·
    • Sign in
    • ·
    • Help
    Go To
    • Microsoft Power Automate Community
    • Welcome to the Community!
    • News & Announcements
    • Get Help with Power Automate
    • General Power Automate Discussion
    • Using Connectors
    • Building Flows
    • Using Flows
    • Power Automate Desktop
    • Process Advisor
    • AI Builder
    • Power Automate Mobile App
    • Translation Quality Feedback
    • Connector Development
    • Power Platform Integration - Better Together!
    • Power Platform Integrations
    • Power Platform and Dynamics 365 Integrations
    • Galleries
    • Community Connections & How-To Videos
    • Webinars and Video Gallery
    • Power Automate Cookbook
    • Events
    • 2021 MSBizAppsSummit Gallery
    • 2020 MSBizAppsSummit Gallery
    • 2019 MSBizAppsSummit Gallery
    • Community Engagement
    • Community AMA
    • Community Blog
    • Power Automate Community Blog
    • Community Support
    • Community Accounts & Registration
    • Using the Community
    • Community Feedback
    cancel
    Turn on suggestions
    Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
    Showing results for 
    Search instead for 
    Did you mean: 
    • Microsoft Power Automate Community
    • Galleries
    • Webinars and Video Gallery
    • Re: Learn how to add ChatGPT to Microsoft Teams

    Re: Learn how to add ChatGPT to Microsoft Teams

    01-31-2023 12:03 PM

    jmathur
    Helper I
    10196 Views
    LinkedIn LinkedIn Facebook Facebook Twitter Twitter
    Adam_deMont
    Adam_deMont
    Frequent Visitor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    Learn how to add ChatGPT to Microsoft Teams

    ‎01-25-2023 11:49 AM

    ChatGPT is a revolutionary Artificial Intelligence (AI) technology that has the power to change the way we work. Now that Microsoft has invested heavily in OpenAI, it’s only a matter of time before their capabilities are built into the Microsoft 365 and Azure platforms. By using Power Automate to integrate that technology into Microsoft Teams, you can effortlessly access those AI capabilities directly from a Teams channel now without having to wait for Microsoft. You will only need one OpenAI account in order for everyone in that channel to use ChatGPT from within Teams. Anyone with access to that channel can simply post a question to ChatGPT, and an automated cloud flow will trigger. The flow will get the message details from the user and pass the question, as a variable, to an HTTP POST request to ChatGPT. Once the request returns the answer response from that site, it is used as a variable to reply to the user who asked it in the thread where it was asked.

    https://fortechsupport.com/blog/learn-how-to-add-chatgpt-to-microsoft-teams/

     

    Please let me know what you think.

    watch?v=U00hiV1I_S0

    Labels:
    • Labels:
    • Tutorials
    Message 16 of 16
    20,970 Views
    1 Kudo
    Reply
    • All forum topics
    • Next Topic
    • « Previous
      • 1
      • 2
    • Next »
    Wentry
    Wentry
    New Member
    In response to jimbluesky
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎02-16-2023 07:51 PM

    Those are errors for invalid input,

    review your steps, those must be in the same step, multiple actions than multiple steps, otherwise the variables for the HTTP input will be lost, thus empty.

    Wentry_0-1676605509327.png

    *Ref to Adam's guide.

     

    Message 11 of 16
    13,465 Views
    1 Kudo
    Reply
    jimbluesky
    jimbluesky
    Frequent Visitor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎02-14-2023 05:18 PM

    thanks Adam. I followed your steps but got following when chat with the bot:

     

    package com.example.demo.controller;

    import com.example.demo.model.User; import com.example.demo.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*;

    import java.util.List;

    @RestController @RequestMapping("/user") public class UserController {​​

    @Autowired
    private UserService userService;
    
    @GetMapping("/all")
    public List<User> getAllUsers(){​​
        return userService.getAllUsers();
    }​​
    
    @PostMapping("/add")
    public void addUser(@RequestBody User user){​​
        userService.addUser(user);
    }​​
    
    @PutMapping("/update")
    public void updateUser(@RequestBody User user){​​
        userService.updateUser(user);
    }​​
    
    @DeleteMapping("/delete/{​​id}​​")
    public void deleteUser(@PathVariable int id){​​
        userService.deleteUser(id);
    }​​

    }​​

    Any idea why? 

     

    thanks, 

    Message 12 of 16
    13,242 Views
    1 Kudo
    Reply
    AdamHT
    AdamHT
    Regular Visitor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎02-03-2023 02:06 AM

    Hi

    I thought this flow was very good, but Im probably doing somehting wrong here.
    First the runtime for the flow is about 1.40 minutes. Secondly i get a wierd reapetable message.
    Instead of giving me the actual answer or any other answer it just returns:
    "device-local-xxxxxxxxxx-xxxxxxxxxx-xxxxxxxxxx"

    Any ideas to why? or how to fix it?

    Message 13 of 16
    11,138 Views
    0 Kudos
    Reply
    Adam_deMont
    Adam_deMont
    Frequent Visitor
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎02-02-2023 04:19 PM

    Hi @jmathur , Thank you for checking out this tutorial. To answer your question, it really depends on what line of work you are in and how you want to use it. For example, if you wanted to rewrite a blog article to be SEO-friendly, you could ask it to make the following article SEO-friendly. Then paste the contents of your article and send it. Another example could be that you want to write a PowerShell script to backup files from a computer to a NAS device. One more example, when working in Excel, if you have trouble creating the formula you would like, you could describe what you are trying to do and ask ChatGPT to write a formula that you could use. That being said, a lot of information existed before 2021, so if you're just looking for historical data and dont need data from after 2021, you could ask it just about anything.

    Message 14 of 16
    10,586 Views
    0 Kudos
    Reply
    jmathur
    jmathur Helper I
    Helper I
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎01-31-2023 12:03 PM

    Hi @Adam_deMont , this is a terrific posting. Thanks for sharing! I was wondering if you could provide some examples of questions you imagine would be asked from within Teams. From what I understand, ChatGPT is limited to the information that was available on the internet in 2021. I'm trying to come up with ways to use ChatGPT for my team (and/or company) but I'm not sure how to make it specific to our company's needs. 

    Message 15 of 16
    10,196 Views
    1 Kudo
    Reply
    • « Previous
      • 1
      • 2
    • Next »

    Power Platform

    • Overview
    • Power BI
    • Power Apps
    • Power Pages
    • Power Automate
    • Power Virtual Agents

    • Sign up free
    • Sign in

    Browse

    • Templates
    • Connectors
    • Partners

    Downloads

    • Mobile
    • Gateway

    Learn

    • Documentation
    • Learn
    • Support
    • Community
    • Give feedback
    • Blog
    • Pricing

    • © 2023 Microsoft
    • Contact us
    • Trademarks
    • Privacy & cookies
    • Manage cookies
    • Terms of use
    • Terms & conditions
    California Consumer Privacy Act (CCPA) Opt-Out Icon Your California Privacy Choices