Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Power automate concatenation of a Choice field into a string field, for each Row

(0) ShareShare
ReportReport
Posted on by 153
Hello. I have a Sharepoint list that has a Choice field (say the user can choose any number of favorite colors). Once an hour (or day), I'm looking to Power Automate the following:
  • For Row #1 (Person A), they have chosen Blue and Green -- this should concatenate into a Multiline string field (b/c Len might be more than 255) as "Blue; Green"
  • For Row #2 (Person B), they have chosen Red and Yellow -- this should concatenate into a Multiline string field (b/c Len might be more than 255) as "Red; Yellow"
  • Etc.
Thanks!
Categories:
  • Suggested answer
    Nandit Profile Picture
    1,563 Super User 2025 Season 1 on at
    Power automate concatenation of a Choice field into a string field, for each Row
     
    Here's how you can achieve this:
    1. Initialise a Variable of type string: varValues
    2. Add For Each with body/value as output from previous step
    3. Add "Append to string Variable", add the variable you initialised, and value of your column from SP with ; at the end or this expression instead: @{item()?['Value']};
    4. Add compose action outside of this loop, with varValues as Inputs
    5. Add "Update file properties" action and add Compose outputs as the input for your string column
    6. Lastly, set the variable to null.
     
    Here's how it looks:
    Initialise
    Append
    Compose
     
    Populate field
    Set to null
    Final result:
     
     
    Hope this helps. 
     
    Kind regards, 
    Nandit

    If this answers your query, please mark this response as the answer.
    If its helpful, please leave a like. Thanks!
     
  • Verified answer
    CedarTree72 Profile Picture
    153 on at
    Power automate concatenation of a Choice field into a string field, for each Row
  • Verified answer
    mmbr1606 Profile Picture
    11,991 Super User 2025 Season 1 on at
    Power automate concatenation of a Choice field into a string field, for each Row
    please open a topic in the power automate section to be found here:
     
     
    thanks
  • CedarTree72 Profile Picture
    153 on at
    Power automate concatenation of a Choice field into a string field, for each Row
    Any suggestions here would be greatly appreciated. Thanks!

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard