Skip to main content

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

{{$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


Reply