I've granted access to my app to guest users.
I would like to get the user data by user the User() function.
However User() returns my data; the owner of the app.
Any idea how the get the guest user data?

I've granted access to my app to guest users.
I would like to get the user data by user the User() function.
However User() returns my data; the owner of the app.
Any idea how the get the guest user data?
Sorry,
Found the problem myself.
User() return the data of user account using the powerapp in the browser.
I've tested it on another computer, and it works fine.