Hi all
Getting quite annoyed here with the Power Platform 🙂
I have built a Custom Connector that connects to an OData web service URL.
I use the URL to get data and it needs a '$filter' parameter to fetch data based on a "No" value.
I have built the connector, My connector works perfectly fine in Power Automate, however, when I try to leverage this in Power Apps I get the following error;
My Powerapps formula looks like this;
When I go and look at the monitor, I see that my URL at the end is processed like this;
When I go and look at the test pane where I built my custom connector, the Request URL looks like this;
Btw, the testing of the custom connector works perfectly fine.
These 2 already don't seem to add up.
My base request URL in the custom connector wizard is this
With the following query
Anybody got some experiences with this?
This is not behaviour one should expect...
Thanks in advance
An