How To Use DESelect Segment
Step 2: Target Definition
What are the available Data Actions when configuring the output of a Selection?
available in deselect segment enable, plus, advanced in the target definition step, you will be able to choose between three types of data actions overwrite, append, or update, depending on your use case by default, the data action is set to overwrite you will be able, of course, to change the data action, by simply clicking on the blue link change data action as shown in the image above, and by selecting the relevant data action from the pop up as shown in the image below for a better understanding of how each data action behaves, please see the below elaboration on each data action overwrite removes the existing records and adds the new ones (it doesn't require primary keys, but if you have them, it will automatically remove the duplicates at random) append adds the new records to the existing ones (it doesn't require primary key, if you have it, make sure you deduplicate first, or else you'll have https //support deselect com/hc/en us/articles/360018237418 error violation of primary key constraint cannot insert duplicate key ) update from the new records, it checks if they exist already or not if they exist, they are updated; otherwise, they are added as new (it requires primary key since that's what it uses to check the existence of the record)