Custom list does not load until second click

I have a custom list connected to airtable that is on the homepage. When I open the app, I don’t see the list on the homepage. However, when I switch tabs and come back to the homepage, I see the list. Why is it not loading when the app is opened?

See the screen record - https://drive.google.com/file/d/15cAzCJLdpRKwXxSjRCbzIPfqe7UXAsr4/view?usp=sharing

When I delete the custom formula, the issue seems to disappear. It seems like the information about the logged-in user does not get passed to the home screen until I have switched tabs. How can I fix this? Please help!

Seems like the issue is that Adalo is querying the air table before the logged-in user email is available. I made a workaround where I created a hidden input and added the logged-in user’s email. Now it works. But Adalo should fix this as this workaround makes the app quite insecure.