The Limit Mapper step is used to limit the number of records.
The image below shows a flow where the Limit Mapper is used. Data from the Record generator will be used.
Adding the Limit Mapper Step
To add a Limit Mapper step in a flow, follow the instructions below:
1. Click on the highlighted icon as shown in the image below.
2. The page below will appear. Select or search for the Limit step as shown in the image below.
Configuring the Limit Mapper Step
Illustrated in the image below is the configuration that is available in the Limit Mapper step.
Limit Field
Set the limit to apply.
Skip Records checkbox
The record will be skipped rather than being discarded.
Using the Limit Mapper Step
The image below shows the original data used in the Record Generator Step. There are 14 records in total.
The image below shows the Limit Mapper step Configuration. In this example, the limit is set to 2, meaning that only 2 records will be processed. The Skip Record checkbox is not selected, so the records will be discarded.
The image below shows the data after the Limit Mapper step. Records are limited according to 2 as set. Only the first 2 records are processed.