Begin by creating a variable that concatenates your drop down values with a formula like the following using the onchange property of the drop down :
Set(varlist, concat(Self.Selecteditems,value)).
Then create a second variable that is composed of the "items" that are listed in the drop down menu.
Your button text then can be created using the two variables and the substitute function. Something like :
Substitute(varlist.Text,"(1)","")
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.