If conditions are met when user updates record, insert a new record in second table
Using latest Data Bridge
I have setup a user account which a logged in user can update at will.
If the user checks a field in table 1, on update i want to duplicate the address fields into table 2.
This would be a unique record in table 2, to avoid adding new records of the same data everytime a user updates their account in table 1
What would be a simple workable approach to trigger the insert event if it was a unique record?
Thanks, Paul.