I am new to Power Apps and i am trying to build a form from SharePoint List. i would like to display the values selected from dropdown in the Text Label input with a comma separated.
E.g Dropdown contains A B C. If the user selects A & B from the dropdown, the Text Label should display the values as A,B.
I have tried with look up but it does displays only the last value which i have selected from the dropdown.
Please share your suggestions.