Hi @Chris Crowhurst
As an Alternative you try below approach if you are still facing this issue:
In place of Azure functions connector, you can simply use a Http calling connector which works same as postman and Azure functions connector also.
Here, I had used POST method, in which I have got first part of url from http trigger and second part from Aure function keys as below:
https://funcappname.azurewebsites.net/api/funcname?
Then code=key
:
Output:
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.