Skip to main content
Nintex Community Menu Bar
Question

Is there a way to set a text field to the Salesforce current user?

  • July 11, 2024
  • 1 reply
  • 5 views

Forum|alt.badge.img+3

I have a UI only text field that I would like to set to the salesforce current user.   Is it possible?

1 reply

Forum|alt.badge.img+9

{{$User.userName}} should do it. I don’t think you would need a model on the User object, but that might let you extend or revise your logic.

https://docs.skuid.com/latest/en/skuid/merge-syntax/global-merge-variables.html