Set Field from sessionStorage

You can probably use ${sessionStorage.getItem("UserId")} instead of ${security.user.name}

However if you are using Radzen's built-in security there are better and more secure ways to do that:

Here is how this is used in the Complete application tutorial:

Finally you can check this thread which shows how to persist such history for more than one table: