Save single repeater

The Save single repeater activity allows you to save a single repeater to the repeater database so it can later be loaded and used in a future masking.

Table of contents
Usage
Example
Properties

Usage

To use the Save single repeater activity, place it in your workflow. For the RepeaterId, add the repeater ID you want to save to the repeater database. If you are using repeater persistence on the fly, this activity is not needed and will automatically be skipped.

Example

Let's assume that we are masking first names in the Customer table. We know we will need to mask the same table in the future so we want to save the repeater at the end of the masking for future use. First we need to make sure our masking uses repeaters. Then we need to place the Save single repeater activity after the Customer masking activity, and set the RepeaterId property as "FirstNameRepeater" to save the repeaters.

Save single repeater example Figure 1: Saving repeater values after masking

Properties

Property group Property name Description Example
Input properties RepeaterIds The IDs of repeaters. "FirstNameRepeater"
Misc DisplayName Display name of the activity in the workflow. Save single repeater