I've written a Power Page that is a public facing site but only authenticated users may see the pages. This gives the users the ability to self-register a local account so that we do not have to maintain them in AD. There is a dataverse table with the default "Owner" column. When a user logs in, they fill out a form and upon submitting it the data is put in this table. However, the Owner column is aways the system "# Portals-The App Name" so when I try to create a filter with "Owner Equals current user" no data is ever shown because the current user will never be "# Portals-The App Name" This same system owner is populated in "Created By" and "Modified By"
I tried creating a column called Username and it does get the username of the current user but when I try to create a filter in the view on "username" I do not get an option for "Equals current user" so I am left unable to filter by the currently logged in user.
How do I get the Owner column to reflect the user who is logged in at the time they submitted the form?