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
)
)


Report
All responses (
Answers (