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 / Gather inputs into a c...
Power Apps
Unanswered

Gather inputs into a collection, display it in a gallery, patch it into a record and display it into another gallery

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

if the title confusing you then lets make it clear.

I have a collection: ColPurchaseItems.

I display all the items with the following code into my ItemGal:

 

Collect(
ColPurchaseItems,
Table({
itemUUID : GUID_Creator.Text,
itemName : Name_Test.Text,
itemPrice: Value(Price_Test.Text),
itemQuantity : Value(quantity_Test.Text),
itemAmount : Value(quantity_Test.Text) * Value(Price_Test.Text),
itemdelivery : comboDeliveryList_1.Selected.Name,
itemCategory : DropdownSubCategory.Selected.cr10e_department,
itemLink : submitRequestLink.Text
})
);

 

Frontend:

TarikGER_0-1677249690889.png

 

Now i patch it as a single entry into my Dataversetable: requestTable

 

Patch(
 requestTable,
 Defaults(requestTable),
 {
 Artikel: Concat(
 ItemGal.AllItems,
 Article,
 "," & Char(13)
 ),
 Unternehmensbereich: SendMyRequestUB.Selected.Department,
 Zuständigkeit: DropdownCategory.Selected.Result,
 Kategorie: DropdownSubCategory.Selected.cr10e_department,
 Lieferant: comboDeliveryList_1.Selected.Name,
 Link: Concat(
 ItemGal.AllItems,
 Article_1,
 "," & Char(13)
 ),
 Kostenfaktor: amount.Text,
 Ersteller_Email: Creator_email.Text,
 RequestStatus: "Neu",
 Kostenstelle: Value(Label26.Text)
 }
);

 

 

After that i want to display the created entry in a window like in my first ItemGal

 

Currently i just have all the Data in one entry and couldn`t separate it userfriendly.

TarikGER_0-1677250817666.png

 

but i want to display it like in the first picture.

 

Hope my explanation helps and i would highly appreciate your ideas!,

 

BR Tarik

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    no ideas?

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 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard