Skip to main content

Notifications

Power Platform Community / Forums / Building Power Apps / Power Apps Text Label ...
Building Power Apps
Unanswered

Power Apps Text Label to display SharePoint List Choice

Posted on by 6
I am using a SharePoint list as my datasource and want my multiple Choice fields displayed in the Power Apps Text field
 
For example I have a SharePoint List with the Title "Software Development Services" and the Choices of: ERP Client Interface, Portal Services, Mobile Service, CRM, Payroll, Dashboard, Report
 
I have edit form in Power Apps. And the one displaying in my text field is "[{"Value":"Mobile Service"}]". I'm not sure why I am getting the values as a string array.
 
 
 
Categories:
  • WarrenBelz Profile Picture
    WarrenBelz 141,122 on at
    Power Apps Text Label to display SharePoint List Choice
    That code is valid if used as the Default of the Text control and 'Software Development Services' is a Choice column, so obviously that is not the case in your exercise.
    So do you want the actual values chosen displayed in a Text control - I must admit I am a bit confused as to exactly what you want here (you have asked for want my multiple Choice fields displayed in the Power Apps Text field). If you are choosing values from a Combo Box, then the Text control Default would be
    Concat(
       ComboBoxName.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
  • scalca Profile Picture
    scalca 139 on at
    Power Apps Text Label to display SharePoint List Choice
    do you want to show the selected value which is stored in SharePoint ? 
    currently what you are trying to do is to display into a text field all the options from a choice field without any relation to the item itself
    can you pls specify 
    thanks
  • CU03100202-0 Profile Picture
    CU03100202-0 6 on at
    Power Apps Text Label to display SharePoint List Choice
    Good Day Sir @WarrenBelz ! I wanted to display it as a simple string like "Mobile Service"
     
    I did the Concat and it has error.
     
  • WarrenBelz Profile Picture
    WarrenBelz 141,122 on at
    Power Apps Text Label to display SharePoint List Choice
    Do you simply want the possible values displayed - normally you would do that in a Drop-down or Combo Box. This will do it, however I am wondering if I am reading your requirements correctly.
    Concat(
       Choices([@'Form Test1'].'Software Development Services),
       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

September 2024 Newsletter…

September 2024 Community Newsletter…

Community Update Sept 16…

Power Platform Community Update…

Welcome to the new Power Platform Community!…

We are excited to announce our new Copilot Cookbook Gallery in the Community…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 141,122

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,414

Leaderboard