Power Apps – SharePoint List, having 2 columns, retrieve all distinct values from one column relating to the other column
I have 2 SharePoint Lists, OBDATA and OB_StatusLog. OBDATA has OB_ID as a primary key. OB_StatusLog contains a log of timestamp Statuses and each OB_StatusLog record is related to OBDATA by the foreign key OBSL_OB_ID.
Multiple Choice Not Display in Latest PowerApps Table
Currently, I’m integrating my SharePoint list data into PowerApps to display all columns. However, I discovered that the latest version of the table can’t display any multiple-choice data. I’m trying to figure out how to concatenate it, but I still haven’t found a way to configure the column properly.