I'm having this issue
every time I created a record instead of saving the User Name on the Created By Column it will store the Page/Portal Name
Is there any way to fix this?
The system will record the actual user that is creating in the Created By and Modified By, for Power Pages /Portal this will be the system account being used by the Portal/Pages (what you are seeing). Your Portal Users are actually Contact records and cannot be put into those fields - technically if your Contact Record was also an AD User you may be able to intercept the create/update in a Plugin and try switching the created by user - but what we usually do is create a Contact Lookup on the table in question and populate it with the current Portal User via a form Metadata record (you will find them in the Portal/Pages Management App as a related record in the Basic Form or Steps definition, and can also do it for their Account). Then when you see that field populated in the Create/Update transaction in the Audit history you know who it was doing the action on the portal,
Hi @IT_User,
unfortunately the behaviour you want is not the default one.
The solution to your problem is to create a column which you can include but hide in the form. Using the power designer or jQuery in your power page.
You can than use the User().id which comes from the user Object once the user is logged in and populate the field.
With that you will have the needed information inside dataverse and can filter.
--------------------------------------------------------------------------------------
Hope that helps.
If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.
It is a single multi step form that the logged user need to submit
This users are logged using Local Sig In but I need to save their names into a column so I can filter later the views based on their user name/ email/ full name
Hi @IT_User,
do you create a new row with a form?
I believe that's the intentioned behaviour.
What you can do and maybe is an easy way to solve your problem is to assign specific business units depending on what form you submit. With that info you can further proceed using PowerAutomate etc.
--------------------------------------------------------------------------------------
Hope that helps.
If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.
Fubar
69
Super User 2025 Season 1
oliver.rodrigues
49
Most Valuable Professional
Jon Unzueta
43