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.
Solved! Go to Solution.
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
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
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
62 | |
51 | |
29 | |
28 | |
24 |