How Can i maintain audit of user actions in my application

Hi Team,
How Can i maintain audit of user actions in my application such as functionalities which triggers provide us in sql server whenever user performs any of CRUD operation in some table.

Hi @Syed-b655,

Thanks for your question here! Here's an idea that may help -

You could log application actions by creating an "Audit" table, which you would write to for each action. (So you'd have automations for different CRUD actions, and add an action step to each of your automations to add a row to the "Audit" table).

From there, you could use APIs to read the data written to that table and put into an SQL server.

Let us know if that's helpful and can serve as a solution for you :honeybee: