Hello,
Reealllly hoping someone can point me in the right direction as I am pulling my hair out with this.
I am trying to customise a SharePoint form using PowerApps. My issue is that in the main SharePoint List I have a lookup column that pulls in data from another List. When I load the default form in SharePoint I see the data as expected. However the same data in PowerApps is prefixed by a lot of blanks at the top of the dropdown. You have to scroll quite far down to see the data (Blanks in PowerApps.JPG).
The Lookup is taking data from a specific column called 'Active to View' within the Cost Centre List. The 'Active to View' column is a concatenation of 2 fields if a 3rd column, 'Active?' is TRUE (Active to view.JPG). I think what is happening in PowerApps is that all the data is being pulled through regardless of whether it meets the 'Active?' criteria or not. The formula in PowerApps is shown in 'PowerApps Formula.JPG'. Cost Centre 1 is the column in SharePoint.
So, I am not at all sure how I get PowerApps to either
1. Only pull through the Active records (i.e. no blank data)
2. Sort the data so the blanks go to the bottom (not ideal)
I have also tried adding the Cost Centre List as a datasource in PowerApps and getting the data directly but I cant get this to work either.
Many thanks in advance.