Hello everyone!
I have an app which save the selected items from a combo box into my sharepoint list.
Now i'm trying to read those items on a label and i dont know how to do it.
I created a Gallery and the label which should read the column with my multiple values got an error because its using the following line:
ThisItem.'Column'
Anyone could help me, please?
Solved! Go to Solution.
Hi @Anonymous,
Based on the issue that you mentioned, do you want to display Combo Box selected items in a Label within a Gallery?
Could you please tell me that how you set the Items property of the Combo Box?
What is the column type corresponding to the column you populate the Combo Box, is it a Choice or a Text?
I assume it is a Choice column, please set the Text property of the Label as below:
Concat(ThisItem.Column,Value,",")
Check if it could help you.
Regards,
Qi
What kind of column are you saving the input of the combobox to? Can you show the saving formula or are you using a form?
You shouldn't use a Label in your Gallery to display the data. You can use a Combo Box, set Display Mode to View and set the "MultiValueDelimeter" property to a "," or whatever your preference is. Also, make sure Multi Select is on, if you allow multi select. This should display your values in the Gallery.
_____________________________________________________________________________________
Click on the Thumbs Up. Solved your problem? - Click on Accept as Solution. Others seeking the same answers will be happy you did.
Hi @Anonymous,
Based on the issue that you mentioned, do you want to display Combo Box selected items in a Label within a Gallery?
Could you please tell me that how you set the Items property of the Combo Box?
What is the column type corresponding to the column you populate the Combo Box, is it a Choice or a Text?
I assume it is a Choice column, please set the Text property of the Label as below:
Concat(ThisItem.Column,Value,",")
Check if it could help you.
Regards,
Qi
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
193 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
246 | |
119 | |
82 | |
74 | |
69 |