I am trying to display the data from a SP multi-choice people column in a gallery, but PowerApps displays nothing, despite there being data in the column.
Concat(ThisItem.AssignedEmployee, DisplayName, "; ")
This is the formula that I am using. There are no errors, it just returns blank.