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 / Read string, convert t...
Power Apps
Answered

Read string, convert to collection, write back to string

(0) ShareShare
ReportReport
Posted on by

My scenario is as follows.

I have a SP list with a column that is single line text, used to save down Tags/Labels. These are saved separated by semicolons.

In the PowerApp, I now want to read these strings, split them and put them into a collection, then have the user edit said collection. Then save back down as a string separated by semicolons.

I find it relatively simple to write something such as 

 

ClearCollect(colText,Split("Test1;Test2;Test3",";"))

 

 to create my collection and to subsequently work with it. How do I best initialise this collection creation though, so that the user can right away work with the collection?

This is all done within a form, I'm looking to replace the text input presently in place in there.

Hope I've expressed myself clearly enough and look forward to any ideas on how to best to this.

Categories:
I have the same question (0)
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @eltibu ,

     

    Please try this:

    ClearCollect(colText,Split("Test1;Test2;Test3",";"));Clear(colText)

     

    The clear function will delete all items in the collection and keep the column.

     

    Best Regards,

    Wearsky

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 530

#2
WarrenBelz Profile Picture

WarrenBelz 459 Most Valuable Professional

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard