Hi,
I have one list in SharePoint Online with 9000 rows or more.
The native form dont working with the quantity of the rows. So, i created three index in the List and a custom form using PowerApps.
In the powerapps in the Field Lookup I added the following logic:
SortByColumns( If( IsBlank( DataCardValue2.SearchText ); LISTNAME; Filter( LISTNAME; StartsWith( EMPRESA; DataCardValue2.SearchText ) ) ); "Title"; Ascending )
With that I can search any row for all list, But when i saved the form the field EMPRESA dont appears (attached image)
What am I doing wrong?