Notifications
Announcements
Hi,
i got a collection in my powerapps. But i want to fit an array in 1 column.
Column1
array1: [{ item: value},{item2: value}]
Is this possible ?
Collections are arrays in Power Apps. So the way to do this would be to embed the collection as a property in another collection.
ClearCollect(myCollection, {array1: ClearCollect(Collect1,{test: "A"},{test: "C"},{test: "B"})})
HI,
thanks for your answer. The problem is my Response comes via power automate.
And it comes like:
[ {
"Value1": "1",
...
"Array": [ {
"value1" : 1
"value2": 2
} , {
"value1": 2
"value2": 3
}]
}
]
How would i get this parsed into a collection ? (i display it all in a gallery)
You can capture the return from Power Automate as a collection and then add that collection to the second collection by embedding it in a record with a key.
Hi.This is a printscreen for what i want to get into my power app:
But when i pass it to powerapps as 1 collection. everything is empty in the power app
Are you sure you added an appropriate schema to the HTTP response under advanced properties? If you don't then Power Apps won't be able to interpret the results.
I got it working ! Thanks for the help.
Now i need to get it read in the powerapps itself.
in the gallery i would need to access it.
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 717 Most Valuable Professional
Michael E. Gernaey 329 Super User 2025 Season 2
Power Platform 1919 268