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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Unable to get response...
Power Apps
Answered

Unable to get response from flow into a colleciton

(0) ShareShare
ReportReport
Posted on by 32

Hi 

 

I am having difficulties getting a flow response returned to my App.

 

My Result in the flow is from a http get request - and the body is like this

 

[
 {
"personGroupId": "070ceaf6-3cc7-4940-afcb-b0950551b347",
 "name": "erik Svensen",
 "userData": "default"
 },
 {
 "personGroupId": "af0b6d0e-ec87-4a87-9e39-4cb9a3def88e",
 "name": "Søren Faurum",
 "userData": "default"
 }
]

 

 

and I construct the Response Body JSON Schema like this

 

{
 "type": "array",
 "items": {
"properties": {
 "personGroupId": {
"type": "string"
 },
 "name": {
 "type": "string"
 },
 "userData": {
 "type": "string"
 }
 },
 "type": "object",
 "required": [
 "personGroupId",
 "name",
 "userData"
 ]
 }
}
 
When then add this to a collection using this formula
 
ClearCollect(pg, GetFaceAPIPersonGroups.Run())
 
I get a very strange collection returned
 
response.png

 

Any idea of what is going on ?

 

Best Regards 

Erik Svensen

 

Categories:
I have the same question (0)
  • Verified answer
    Erik Svensen Profile Picture
    32 on at

    Hi again,

     

    Found the solution.

     

    After removing the datasource and adding it again - the app was able to understand the response as a table.

     

     

    /Erik

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard