How to sys user function in new experience

How to sys user function in new experience ? I tried to make customer details screen in the form I added Name Column, In that column sys user name should be come so I tried sys user but it is not working for me. Can anyone help me on this issue?

Hi @Band-e3b6,

Thank you for your post!

To use the $[SYS_USER] variable in the new experience, you can use a display field:

  1. On the top bar, select the Insert + menu and select display field.

  2. In the Fx box, type =$[SYS_USER].

This will show the app user's name when they are on the screen.

:hammer_and_wrench: Tip: these fields are composite, so you can add text in addition to a formula. For example:

Hi, =$[SYS_USER]! Please fill out all fields in this form.


If you need to write the app user's name to a column, I would suggest using a column formatted for contacts. We have three options here: Contact, Created by, and Last modified by.

Hope this helps!

Dan