Load single repeater

The Load single repeater activity allows you to load values from a single saved repeater from the repeater database.

Table of contents
Usage
Example
Properties

Usage

To use the Load single repeater activity, place it in your workflow. For the RepeaterId, add the repeater ID you want to load values from. 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 already masked the table in the past and saved repeater values in a database in case we ever need to mask the table again. First we need to make sure our masking uses repeaters. Then we need to load the repeater before the masking starts, so we place the Load single repeater activity before the Customer masking activity, and set the RepeaterId property as "FirstNameRepeater" to load the repeater.

Load single repeater example Figure 1: Loading repeater values before masking

Properties

Property group Property name Description Example
Input properties RepeaterId The ID of the repeater. "FirstNameRepeater"
Misc DisplayName Display name of the activity in the workflow. Load single repeater