I have MySql database link it to Power app, I have around 6000 rows & I want to import all into a Combobox.
I used this formula to import employee id concatenated with their names. It imported only 2000 rows. see image1

but when I used this formula I got all rows, see image2.

1- Why did it work like this? I want it to import & display all rows. and search the Combobox by Name or ID
2- Also, when I want to choose the EmployeeId (which is a primary key) as the search field & the primary text to be displayed into the Combobox I can't & it is not available to be chosen.