web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Invalid JSON in the Ca...
Power Automate
Unanswered

Invalid JSON in the Canvas app, although Im sending correct JSON format

(0) ShareShare
ReportReport
Posted on by

Hello All,

 

Thanks for seeing my Post.

 

I built a Custom Connector with Post Method that returns a Valid JSON Response, as I can see the result in the Connector Test.

 

Here is my Code of Custom Connector

 

 

 

 

// Extract the JSON string
 string jsonSubstring = responseString.Substring(startIndex, endIndex - startIndex + 1);
 
 /*JObject json = JObject.Parse(jsonSubstring);*/

 // Example case: response string is some JSON object
 var result = JObject.Parse(jsonSubstring);
 
 // Wrap the original JSON object into a new JSON object with just one key ('wrapped')
 var newResult = new JObject
 {
 ["wrapped"] = result,
 };
 
 response.Content = CreateJsonContent(newResult.ToString());

 

 

 

 

But when I add my custom Connector in the Canvas App , Im getting a Error Saying the Response is Invalid JSON, please send correct format.

 

How do I capture the POST response from the Connector in Canvas app?

 

How to refresh the Connector in canvas App after code changes in Connector?

 

Thanks

 

 

Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard