I'd like to allow users to edit an Object and want to record the time and by whom the edit was made. Is there a way to do this with an Action?
Asked
Active
Viewed 174 times
1
-
For example do you mean you want to log on a dataset all the users that triggered that action + timestamp? – fmsf Jan 20 '22 at 15:48
1 Answers
1
Current Timestamp can be part of your logic rule. Here are the steps to configure:
- Generate a logic rule
- Click in to the parameter you want to store current time
- Select Current Timestamp from the dropdown
Note that this configuration only supports timestamps, not date types.
You can follow the same steps to add Current User to a string column, for example on a "last modified by" property.

Gene R
- 31
- 1