Add, update and delete action lookup

I could not find this anywhere, nor do I have enough knowledge to set it up myself.

I’m trying to create a log from multiple tables, and a record is saved after each add, update or delete, I have a separate column which indicates whether the action was either an add, update or delete.

What I’m looking for is something similar to Userrole() or Useremail() but identifies the action instead.

Any advice would be much appreciated

0 2 149
2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Aslam_Vally

Welcome to the community !

Are you looking for something like this ?

If so, you can get this here:
Manage/Monitor/Audit History/Launch log analyzer

Otherwise, as far as I know you can’t grab the action name.
But, you can use a bunch of Bots, each for each specific mode (update, delete, add, …) and build a log yourself.
But that can be tedious, of course
For reference:

That’s what I have so far, 3 bots per table, one each for each action. An action grab thing would’ve simplified this to 1 bot per table

Thanks for taking the time to reply

Top Labels in this Space