Hi!
I’m creating an automation that creates a record on another table every time that record is updated in the main table. I want to limit this to whenever the update is by adding something, not deleting.
Ex: I have an asset that is being used in campaign X. I’m creating a seperate table when whenever this asset is updated to be used in a particular campaign, the table will create that line. If that same asset is then later used in another campaign it will create another entry in that table so I can track performance per campaign.
The issue is that if by mistake I update it with the wrong campaign and then delete it, when I delete it (it counts as an update) and it create another record in the automated table.
How can I overcome this?
Thank you