Hi guys,
I am currently building something like Audit Tracker.
I would like AUDITED BY field to be populated automatically by name of the user who is currently logged in (without possibility of changing this manually).
I tried User().FullName on default property but it didn't work.
All my users are in Azure AD so when I am using User().FullName on a simple label it works fine.
