Hello good people of Power Apps.
I have been looking for a solution (if there is any) for this problem a couple of months now, and hope someone has a solution.
I have an App connected to SQL where people can search and pick parts they use in a project.
I have a input text where they start typing what they need. A gallery runs Search(mrp.table;textinput;"name").
The function works fine, but as I have about 600 000 items in the sql table, it sometimes takes a while.
Question. Is it possible to get an indicator from the search function if it is in progress or completed (or anything) that I can use to inform the user whats going on.
It would be nice to have a text saying (searcing...) and if no result (no results). Anything would help :).
Best regards
Tommy