{{current_user.firstname}} is showing as IS NOT DEFINED

  • Goal: Trying to set a field default to Firstname

  • Steps: Create a text Field, Add default value of {{current_user.firstname}}

I am using Self Hosted version 3.56.0

Hey @KeithMacK I think its just the capitalization issue.

{{ current_user.firstName}}

This should be the correct formatting for it. Hope this helps!

1 Like

Well now I feel dumb….

That did it! Thank you!

Been there done that, if it makes it any easier! :fist_right: