Our team would like to building some basic auditing into our Retool app. Is there any easy way to record who on the team clicked a button/triggered an action?
Yes, you can. You could, when the action is taken, trigger a query to insert a record into a database table using the current user ID or name, etc. containing timestamp etc. You could also write to somewhere else; it's really a matter of preference.