I have a problem where I want collections linked to users deleted automatically:
When a user deletes their account-- it only deletes the user from the user collection. Not any other data that is tied to the user. How can I solve this issue?
I have a problem where I want collections linked to users deleted automatically:
When a user deletes their account-- it only deletes the user from the user collection. Not any other data that is tied to the user. How can I solve this issue?
Hummm, looks like a feature to be requested here https://ideas.adalo.com/
Hi @temurb ,
This cascading delete is not available yet, so we need to have frontend actions that delete all related records in other collections before we delete the actual record in users collection.
That would be done through series of list which inside of them are countdown component with delete action.
The easier way is to set boolean so that we assume this record is deleted therefore not shown.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.