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 186
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