Sometimes it really helps to combine 2 columns to display in a dropdown control, for example if you have first and last names in separate columns
Its straightforward to do that by using the AddColumns function within the dropdown Items property to create a new column that exists only within the Dropdown control
Consider the case of a custom Subscriber table in Dataverse that contains the columns ‘First Name’ and ‘Last Name’ and we want to combine these to display the subscriber’s full name
To do that, add the following to the Items property of the Dropdown control