Hi,
I have linked my Sharepoint site to my Power Apps and every column works except Business Unit. Does anyone out there know why my Business Unit column is not showing up? The only thing I can think of is that the data that should be there can be many options, depending on the project.
(All the other fields are there but I boxed them out)
Hi @Anonymous ,
I assume your business unit column is a choice column and it allows multiple selections.
Concat(ThisItem.'business unit',Value,",")
Best Regards,
Wearsky
This table is connected to a Sharepoint list. The business unit field is a list of different units that are all numbers and a drop-down where the user can select the applicable units.
@Anonymous
Are you using a data table? If so, you will not have control over it. I'd recommend a Gallery instead for this.
What kind of column is Business Unit?
Another follow-up, is there a way to change the height of each row?