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
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.)
@@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.
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
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!
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.
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.
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.
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
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.)
@@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.
@@lordmerlin7691 Cool, glad you got it working. Again, sorry for the delayed response. Life got in the way.
Very informative and useful video. Please do a video for other verbs like POST, PATCH etc. Thank you
Great suggestion!
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
Good to know. Yes, the challenge of creating these tips is that the graph improves and the video get dated. Thanks for the update!
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.
You only get the Delta after you have worked your way through the pages of data of nextLink.
@@AbleBlue Ok thanks
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!
Interesting, not sure how to help you with that.
Why did you stop making awesome videos :(. If you have time can I please ask how to customize flow action using swagger?
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.
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.
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.
Great video, helped me a lot thanks :)
Thanks so much!