Hello @Prady12 You can do something like this:
1. Query all records
2. Use test to check if the count is greater than 2.5m If no, export them in single batch
3. Otherwise use split to take out 2.5 m for export and create a loop
4. Adjust the wait time based on the time it takes to export 1st...