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

Community site session details

Session Id : aDtn8p660p6JLlxp+/uOC2
Power Apps - Building Power Apps
Unanswered

Combine 3 Columns into one Collection

Like (0) ShareShare
ReportReport
Posted on 24 Feb 2022 06:29:18 by

Say I have a Sharepoint List with 3 Columns.
Each column is just a simple multiline textbox that has each value split using a new line. (assuming that all columns will always have the same amount of rows)

Column1:
Apple

Banana

Carrot

 

Column2:
Fruit

Fruit

Vegetable

 

Column3:
Green

Yellow

Orange

 

DesiredOutputCollection:
Apple;Fruit;Green
Banana;Fruit;Yellow
Carrot;Vegetable;Orange

 

I'm thinking something like this but can't think of the proper method:

 

 

ClearCollect(
 DesiredOutputCollection,
 DropColumns(
 AddColumns(
 'My Sharepoint List',
 "3ColumnsCombined",
 Column1&", "&Column2&", "&Column3
 ),
 "Column1";"Column2";"Column3"
 )
);

 

 



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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 752 Most Valuable Professional

#2
developerAJ Profile Picture

developerAJ 472

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 358 Super User 2025 Season 2

Last 30 days Overall leaderboard
Loading complete