
Announcements
I have create a Component in Power apps that has a combobox and a label to improve the look of the fields in the app.
I am really struggling to connect the data to the component when its in the app.
I want to use Powerbiintegration to pass a column of data to the combobox in the component.
I have a custom Property added to the component and I have tried a input table and an input record and cant get either to work.
If i was using a nomal combo box on the app I would put in some code like this. SortByColumns(Distinct(PowerBIIntegration.Data, 'Solution Manager'),"Value")
Can someone give me some advice on what to put in the component custom properties when I create the schema in the Component Library and when I add it to the app. Ive gone round in circles and would really appreciate some guidance.
Thank you,