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 / All collection items a...
Power Apps
Answered

All collection items and columns into ONE field

(0) ShareShare
ReportReport
Posted on by 103
I have an app for ordering supplies. When a user clicks add on an item it sends that items info to a collection. Each item in the collection has columns for;
 
NSN
NOMEN
QTY
PRICE
 
When someone places an order, that collection is exported to a CSV through PowerAutomate. It also records the order in a sharepoint list. I would like to patch all items selected to one multi-line text column, called c_ITEMS, for that particular SP list item, so that it looks like;
 
NSN, NOMEN, QTY, PRICE
NSN, NOMEN, QTY, PRICE
etc.
etc.
 
I tried to use Concat, but I was only able to select one column from the collection. I'm unsure how to display all columns for each item.
Categories:
I have the same question (0)
  • Suggested answer
    abc 123 Profile Picture
    789 Moderator on at
    In the SharePoint list, and MLOT has the property called "
     
     
    So, do one patch to add the new Record, then do a ForAll( Patch() ) that writes every row in the collection to the self-appending MLOT.
     
    (This is a total hack, and I will never admit that I suggested it, but it should work.)
  • wwmn Profile Picture
    103 on at
    @abc 123
     
    Actually I have considered this, I was just hoping there was a more direct or "correct" way. 
  • Verified answer
    WarrenBelz Profile Picture
    156,127 Most Valuable Professional on at
    Hi wwmn
    This would put all fields and records into the format you posted in one column
    Concat(
       CollectionName,
       NSN & "," & NOMEN & "," & QTY & "," & PRICE,
       Char(10)
    )
     
    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard