I understand why a records based charge model means that having the ability to remove records is commercially damaging. Despite this I do need to find a way to remove records from my knack.com app because otherwise it is not commercially viable and also opens up liability in respect of things like retention policies under GDPR.
I has dealt with the issue of GDPR quite nicely using a date stamp plus x days on records that are added to the system and a task that goes through each of those records and clears the data values in them one that date has been reached.
While I can do manual deleting by hand, if there was a way to automate this using zapier that would be great as a fallback.
I have done some pretty intense API connections with Zapier but am having a roadblock when thinking about how to sequence this with zapier.
My trigger choices are:
What I am thinking is that I am going to need to create a stand-alone table that’s function is to ping Zapier when a specific condition has been met, in this case the condition is that the record has met the criteria for deletion.
Anyone got any inspiration for how I can make this run on an existing table where all the main data is stored?
Cheers