
Announcements
Hi,
I have trouble passing an argument in my canvas app to my custom connector (get request for users on microsoft graph).
I want to implement this get request in my app:
https://graph.microsoft.com/v1.0/users/{User ID}?%24select=city
In the graph-explorer it works:
My custom connector looks like this:
And on the custom connector testing screen it works again:
But I cant figure out how to get it to work in my canvas app:
The help screen shows the formula like this:
I tried it in different ways but I cant get it to work. It always just says the formula contains an error, but nothing specific.
Does anybody see where i made a mistake?
Kind regards