79704291

Date: 2025-07-17 04:44:57
Score: 2
Natty:
Report link

You could use the Concat function in the Text property of your control: Concat(YourMultipleChoiceColumn, Value, ", ") - this will concatenate all selected values separated by commas. As an alternative, you could create a calculated column directly in your SharePoint list that automatically converts the multiple values to text, which would be more efficient and allow PowerApps to display the data without additional configuration in each control.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Carlos Diaz