Hello,
I am working on an app that helps employees document their time spent in committee meetings. So, I have a table in Sharepoint that has committee and employee names like this. There are about 200 entries in this table.

In my App, on the landing page, the user is shown a dropdown that only shows that person's committees to help them submit the time spent in that committee meeting and other details through a form. I am filtering users based on their emails so my filtering condition for my drop down looks like this:
Filter(Committee_Member2,Lower(Right(Member.Claims,Len(User().Email)))=Lower(User().Email)).Title
It totally accomplishes the purpose but the problem is that it takes about 16-20 seconds to populate the dropdown. This confuses users as they have no values in the drop down for so long.This only happens when a user uses his/her phone (We have this app available on the company website too for the people who do not want to use their phones and it works without a problem).
Is there a way I can reduce this loading time or show a spinner until the drop down is populated?
Thank you.
@Jeff_Thorpe
@RandyHayes
@yashag2255