メイン コンテンツをスキップする

List pointers block

The list pointers block lists all the pointers associated with an incremental block.

list pointers block

Incremental blocks are blocks that retrieve data incrementally on each automation run. The pointer is typically represented as timestamp. On the first run the pointer starts at 0. Once the data is retrieved, then the pointer is set to the current timestamp. The next time the block runs, only data that was added or updated between the pointer timestamp and the current timestamp is retrieved, and the pointer is then increased to the current timestamp.

An incremental block can have multiple pointers associated to it if the block has an input. In this case a pointer is created for each input value that is used. For example, a List companies incrementally block might have an input organization ID. In this example a pointer will be stored for each organization ID that is used to retrieve data.

A list pointers block is commonly used in the following situation:

  • When your automation has an incremental block and you need a list of pointers associated with it in order to delete them one by one to process historic data once again.

このページは役に立ちましたか?

このページまたはコンテンツに、タイポ、ステップの省略、技術的エラーなどの問題が見つかった場合は、お知らせください。改善に役立たせていただきます。