Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

multi select field to text field

Posted on 26 Nov 2024 21:20:13 by 477
I have a mutli-select field from a form tied to a SharePoint.  I'd like to create a field that is a text field that captures the selected items as a text field.   This _TXT field is set up as a multi-line text field in SharePoint.  How can I get this to work - I can only get the last selected item to populate in the box.  expected result would be for it to show as "drug allergies; incorrect directions (SIG)"
 
Categories:
  • ronaldwalcott Profile Picture
    ronaldwalcott 764 on 26 Nov 2024 at 21:58:36
    multi select field to text field
    Add it to the Update property of the datacard for the other column instead of the label
  • joel914823 Profile Picture
    joel914823 477 on 26 Nov 2024 at 21:46:29
    multi select field to text field
    Hello @warrenbelz - I don't have it as a label - I have it as another datacard (another column from my sharepoint column) so I don't have a text property.
  • WarrenBelz Profile Picture
    WarrenBelz 143,129 on 26 Nov 2024 at 21:29:27
    multi select field to text field
    The Text of the Label would be
    Concat(
       DatacardValue4.SelectedItems,
       Value,
       ";"
    )
     
    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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,129

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,797

Leaderboard