Overview
Example Lab Details | |
Version | 6.4.0 |
Root Folder | Example Lab - Fetch Entities |
Modules | None |
Dependencies | None |
This Example Lab demonstrates how to limit the number of results acquired when using the Fetch Entities Step.
Explanation
In this example, the user can limit the number of results obtained by the Fetch Entities Step to a predetermined value. This is accomplished by using the ForEach Step to add the individual results of the Fetch Entities Step to a list. Once the Fetch Entities Step has run, the ForEach Step iterates through the results a predetermined number of times. Each time the next sequential entity obtained by the Fetch Entities step is added to a list using the Add to List Step. The ForEach Step is stopped by the Less Than or Equal to Rule which returns false and ends the flow when the item index reaches the user's preset value.
Project Download
PENDING