New Microsoft Teams WebHook Workflows (Power Automate) Explained!

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 23

  • @cyanoswag
    @cyanoswag 4 дня назад

    Thank you for this video. It was really helpful.
    Do you know if there are any price implications for using this new MS Teams workflows? i.e can I set up unlimited workflows as needed?
    I couldn't quite find any pricing information on this.

    • @TDSheridanLab
      @TDSheridanLab  4 дня назад +1

      This is covered under power automate plan 1 which is included in all the bundle skus like office basic, office premium office/microsoft E1/E3/E5 etc.
      Thanks for watching!

  • @dewayn3
    @dewayn3 Месяц назад

    Thank you Sir! You saved me time. Big thumbs up!

    • @TDSheridanLab
      @TDSheridanLab  Месяц назад

      No problem, I’m glad I could help.

  • @vinaykumarvermavkv2357
    @vinaykumarvermavkv2357 12 дней назад

    For the Private channel, we have to post as a user? Correct?

    • @TDSheridanLab
      @TDSheridanLab  12 дней назад

      To get it to function yes. For your use case that may or may not make sense.

  • @ilyasoyfer2978
    @ilyasoyfer2978 2 месяца назад

    This video is helpful. One thing I am struggling with is how to access nested elements inside my json. For example I have an array of objects containing key values. For some reason they aren't showing up in the card.

    • @TDSheridanLab
      @TDSheridanLab  2 месяца назад

      When you run the test run of the webhook do they show up in the output of step 1?

    • @ilyasoyfer2978
      @ilyasoyfer2978 2 месяца назад

      @@TDSheridanLab They do. But when I try to access them like so:
      {
      "title": "@{item()?['name']}",
      "value": "@{item()?['value']}"
      }
      They do not appear in my card. However, I am able to access the outer values, and they do appear in my card. Just having issues with these ones in the list.

  • @IsidoraAlonso-d9r
    @IsidoraAlonso-d9r 25 дней назад

    Can i do the same but with python in jupyter?

    • @TDSheridanLab
      @TDSheridanLab  22 дня назад

      Maybe, I’m unfamiliar with Jupyter specifically but if you send a web request to Microsoft then either you can take the complete diy approach of working with the Teams APIs. or the semi diy approach in power automate with the generic incoming web request trigger.

  • @lintendo100
    @lintendo100 2 месяца назад

    Fantastic video, thanks! Power Automate is pretty confusing, even as a developer. Do you have any idea how to update a card with new information from a flow trigger? Is that even possible?

    • @TDSheridanLab
      @TDSheridanLab  2 месяца назад +1

      Thank You, and yes you have build out the logic flow, card, power automate action with “post card to … and wait for response “

    • @lintendo100
      @lintendo100 2 месяца назад

      @@TDSheridanLab Thank you! I'll try to figure it out. Would love a tutorial with more advanced stuff like this :)

  • @arete_
    @arete_ Месяц назад

    Do you need a Power Apps subscription for this to work?

    • @TDSheridanLab
      @TDSheridanLab  Месяц назад

      Nope. Just any subscription that includes power automate and teams. Which is most of them.

  • @ShashiKumar-it4cs
    @ShashiKumar-it4cs 24 дня назад

    Hi, I'm unable to post card/message in my private channel using workflow as a flobot. Any solution please..

    • @TDSheridanLab
      @TDSheridanLab  13 дней назад

      Private channels are finicky. They are technically a sub site in the teams /sharepoint backend. This flow might not work with private channels. There are a number of automations that don’t.

  • @ctheakos
    @ctheakos 2 месяца назад

    You saved the day man, Thank you

    • @TDSheridanLab
      @TDSheridanLab  2 месяца назад

      Your welcome. Thanks for watching. I have a feeling this question will be brought up a lot more when the service is fully retired and everyone has to make adaptive cards.

  • @jjjjjkkkkk
    @jjjjjkkkkk 2 месяца назад

    How do you do this if the adaptive card is configured on the platform side, and the body of the POST request to the webhook is already an adaptive card.

    • @TDSheridanLab
      @TDSheridanLab  2 месяца назад +1

      I would build the incoming webhook and the terminate action so i could see the output that is received. Then you maybe able to use the dynamic item for the body of the incoming message directly in the Teams action to post a message.
      It 100% depends on what the state is of the card and if it needs to be modified to be in the right syntax to be posted.
      Which platform are you working with?