Clear repeater

The Clear repeater activity allows you to clear all values from a chosen repeater.

Table of contents
Usage
Example
Properties

Usage

To use the Clear repeater activity, place it in your workflow. Set the RepeaterId as the ID of the repeater you want to clear values from.

Example

Let's assume that we are masking first names in both the Customer and CreditCard tables. We want to use repeaters separately for each table, i.e. we don't want to share repeaters between maskings of these tables. We are not saving repeaters after masking, so we can use the same repeater. To do that, we can add the Clear repeater activity between steps that handle the masking of these tables. As the RepeaterId we set the name of the repeater, which is in this case "FirstNameRepeater".

Clear repeater example Figure 1: Clearing a repeater in between table maskings

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. Clear repeater