Create a Custom Flow Connector for the Microsoft Graph

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 19

  • @lordmerlin7691
    @lordmerlin7691 5 років тому

    whenever i test my connection, i get this error:
    {
    "error": {
    "code": 500,
    "message": "Expression value is invalid. The template field is required.",
    "source": "msmanaged-na.azure-apim.net",
    "path": "choose[2]\\when[1]",
    "clientRequestId": "be8416c2-53a6-4e60-a2f2-d893-a0603ca3"
    }
    i can't seem to find any useful posts about that error message online, and the message itself is incoherent to me

    • @AbleBlue
      @AbleBlue  5 років тому

      Lord, I am sorry for the delay in responding. Did you get it sorted out? If not please post the details of your connection and be sure that if you are using copy/paste that you have ensured that the quote characters are correct. (Sometimes I paste into Notepad++ to be sure only valid text come through.)

    • @lordmerlin7691
      @lordmerlin7691 5 років тому

      @@AbleBlue I did, fortunately. I ended up guessing at how some of the functionality worked until it started working. I think the root of my issue was that I didnt know how to extract query parameters from the url.

    • @AbleBlue
      @AbleBlue  5 років тому

      @@lordmerlin7691 Cool, glad you got it working. Again, sorry for the delayed response. Life got in the way.

  • @ginowadakekalam
    @ginowadakekalam 4 роки тому

    Very informative and useful video. Please do a video for other verbs like POST, PATCH etc. Thank you

  • @lordmerlin7691
    @lordmerlin7691 5 років тому

    I recently learned that you can use "graph.microsoft.com/.default” as the scope at 12:51 if you do not have an admin account, but your admin has consented to elevated privs for your app

    • @AbleBlue
      @AbleBlue  5 років тому

      Good to know. Yes, the challenge of creating these tips is that the graph improves and the video get dated. Thanks for the update!

  • @cspqlapointe6806
    @cspqlapointe6806 5 років тому

    Thanks for that video! But I am stuck at 31:12. How did you get odata.deltaLink... ? I only get context and nextLink in my response.

    • @AbleBlue
      @AbleBlue  5 років тому +1

      You only get the Delta after you have worked your way through the pages of data of nextLink.

    • @cspqlapointe6806
      @cspqlapointe6806 5 років тому

      @@AbleBlue Ok thanks

  • @nosferkg
    @nosferkg 4 роки тому

    Great vid! Funny hing happens - I have set the connectors with defaulr response schema, and 2/3 requests of these schemas are visible in dynamic content in Power Automate - one is not the v1.0/me to be exact. Not sure what to troubleshoot at this moment. In power automate I can only see "Body" (which does return whole response, but I would like to use single values in easy way as you showed)... Thanks anyway - it is a great learning video!

    • @AbleBlue
      @AbleBlue  4 роки тому

      Interesting, not sure how to help you with that.

  • @webdeveloperify
    @webdeveloperify 4 роки тому

    Why did you stop making awesome videos :(. If you have time can I please ask how to customize flow action using swagger?

    • @AbleBlue
      @AbleBlue  3 роки тому

      You are too kind! Several events have limited my time for these videos. Add to that the fact that Microsoft hasn't done anything in Modern Search to allow for customization and I just don't have much material. I haven't tried using swagger.

  • @vilmarci
    @vilmarci 5 років тому

    Great video, thanks. There is only one thing not clear. How can I share the connector with others within the company? I found how can I share a connection, but I would like that the final flow runs with the context of each user.

    • @AbleBlue
      @AbleBlue  5 років тому

      I haven't tried that. The point of this is to show that you don't need to have user context with an App Auth. In your case you would want to use User Scoped authentication and you will pay extra for the licensing.

  • @rowland250
    @rowland250 5 років тому +2

    Great video, helped me a lot thanks :)