Skip to main content
April 20, 2022
Question

log for deletion

  • April 20, 2022
  • 2 replies
  • 0 views

Hi All,

I have created a Data Type and added test data. If I delete a row from the table in appian cloud database, where can i find the logs for that deleted row.

I can able to see the deletion activity under <Appian--home>systemlog->audit->rdbms. but not the actual row data.

But after deletion , i want to recover the deleted row in appian. 

is there any way to recover?or is there any logs available?

Kindly help me on this.

2 replies

stefanhelzle0001
Brainy
April 20, 2022

Is that about a business use case? There is no integrated data recovery of individual rows.

christineh465186
April 20, 2022

If you are using MariaDB, in the audit/rdbms log files you will see the delete statements executed in the log file.
This will help you see what delete statement was run, but not the data. You will need to rely on DB logging and controls for this need.