Pure Javascript
Last modified: 10 February 2025
This example shows two Javascript Blocks. It doesn't do a lot - it demonstrates how you can handle Batching. This is very useful when dealing with large amounts of data that should not be loaded into memory in one go.
This approach might be combined with other Blocks or Subflows such as API paging.