For the existing apps built from Power Apps, it is easy to get the basic profile info of the current logged in user using the Power Apps built-in function User().FullName, User().Email etc. However, for apps built using the new Vibe Power Apps approach, this seems now possible. I've tried various ways forcing the AI to use User(), but it just not working. How can we easily get the current user info in apps built using Vibe Power Apps in this case? This is essential for many apps to be able to identifed who is the user and what roles or access rights to be granted to the user. Without this, the app will be literally useless. Please help to provide alternative methods to get the info for the current user. Thanks.