Skip to main content
Solved

Set a user field to the current user in a form/interface

  • November 21, 2022
  • 3 replies
  • 159 views

Forum|alt.badge.img+6

I have an automation attached to a button, and I want to insert the user who is logged in to a field.

I can’t seem to figure this out. Is there a current_user() formula?

Best answer by ScottWorld

That would be nice, but that is not a part of Airtable. I would send a feature request email about this to support@airtable.com.

However, Airtable does have “Last Modified By”fields, and it also shows user activity in the activity history viewer window. You can also specify the “Last Modified By” field to only watch certain fields.

3 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • Answer
  • November 22, 2022

That would be nice, but that is not a part of Airtable. I would send a feature request email about this to support@airtable.com.

However, Airtable does have “Last Modified By”fields, and it also shows user activity in the activity history viewer window. You can also specify the “Last Modified By” field to only watch certain fields.


Forum|alt.badge.img+4
  • New Participant
  • April 26, 2023

This is technically not "solved". Frustrating for a user coming for a solution to find it's not a solution per the original poster's request.


Forum|alt.badge.img+7
  • Participating Frequently
  • November 14, 2023

@Al_B @Jed_Davidow , maybe you could use the Script extension and run the code 

session.currentUser.name
This code will pull the current user name. So you could use update record function to insert this current user name into this field.