Hi,
I am using two dataverse tables, Main Table and Child Table. In the Main Table I am using a lookup column, say Players, that refers to Child Table column and get values from there. I am displaying this Main Table in a form in Canvas App. With look up column in the form, I can allow multiple selection in the App for Players column, but the data stored in the Main Table for this look up column Players wont store multiple values, it only stores a single value though multiple values are selected in the app. It seems that look up column has this limitation or if there is anything I am missing !
I wanted to know if there is any other way we can do or design dataverse tables in a way that fits the above requirement.
I am using the Child Table because, I have to add or delete values, so the process becomes dynamic.
Thanks.