Hi, simple question: I have a form and when it opens I want to load on a specific field the username of the current REI3 user. Right now I'm using this
app.set_field_value({F8: 0 people.added_by}, app.get_user_id(), true)
But it loads a numeric user ID. Is there a way I can get the user name from the user id?
Thanks