Hi,
I created a custom connector to an extrenal CRM system and I wan't to via their api pull all the customers. I have been able to do this in postman and in the custom connector when testing (I'm using an API key).
I'm not sure what I'm doing wrong in flow but I get this in flow, I assume something maybe I should be sending that I'm not? I can't see what though as the test in powerapps works (i even get the customers returned there) on the connector page.
Can you please give me more details. I am unable to make it work.
@RyanMesser I am having the same issue you described here, but I do not follow how you resolved it.
Can you please provide some details to a PowerApps rookie?
Thanks
Thanks for the response,
Yes I knew due to getting 406 that in the Flow it isn't liking something i was sending. I had a suspicion that it was the Content-Type as it should be sent application/json.
For some reason although not required in the Power Apps test section or postman I had to add in the header
Accept application/json (I was already sending Content-Type application/json) but I noticed on the response intially the content type was text/html which isn't correct.
So for clarity I had to add accept: application/json to the header for it to work.
Thanks
Ryan
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2