Forum Discussion
AlexWilkinson
7 years agoQrew Assistant Captain
Another option: Don't give your users permission to delete records. Instead allow them to edit a checkbox called "Please Delete". When an automation detects that this box is checked, first copy the record to another table, then delete the original record.
- AdamKrzyzanek7 years agoQrew CaptainAlex, indeed it would work as well but, I believe, my problem was that I wanted to Copy instead of add. It looked for same Record ID which were not existing in second table. Now it will add it as separate record.