
Template of DJI - Train-2025-11-19
Detail
About the datelimit Parameter
Parameter Description:
The datelimit parameter is used to set the maximum number of data entries to extract.

Usage:
Used in combination with loop as the exit condition for the loop.
Example:
When datelimit=15 is set, the workflow will automatically stop the loop after successfully extracting 15 data entries.
Use Cases:
Particularly suitable for pagination scraping scenarios, effectively controlling the amount of data extracted.
