Pretty sure this is very simple thing, but I just can’t manage to set it up.
I have an app where a user can create a calendar event
When the user creates a new event and presses submit, I would like the name of that person (logged in) to write into the column for that row/event that was just created, (like a “created by” value)
I have my data table and user table properly setup, just don’t know how to get the above to work.
thx jeff I found the special user values, managed to write data whenever a user creates or changes a record, but would like to only write the user data to the record when it gets created, and not changing after that. Now is it more of a “modified by” but looking for a “created by”. Any pointers how to get that done?
Thanks all, I managed to figure it out!
I didn’t have the actual “add” event action selected, but an existing event, so it only recorded modified by instead of created by.