
Hi,
With the code below only search for IDs /Sharepoint ID/ up to 2776 records, I have many more lines... what can be the solution?
Thanks in advance,
Filter(
AddColumns(
'Sourcedata';
"Sorszám";
Text('AzonosÃtó (ID)')
);
StartsWith(
Text(Sorszám);
TextInput1_1.Text
)
)
Hi @Karvalics ,
Your problem is that AddColumns is a client-side operation (done locally on the device), therefore is subject to your Data Row Limit (standard 500, maximum 2,000)
The only solution is to add a Text column to the list with the text of the ID and populate this every time you create a record. You would also have to back-populate existing records (can be done with Power Automate).
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps