Iterate¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input table to perform the range query on. | {Any} |
||
Output ➡️ |
Passes through the input table unchanged. | {Any} |
||
From |
No | The starting key to begin searching from (including this key). | none |
Any |
To |
No | The ending key to stop searching at (not including this key). If not provided or same as From, will keep searching until From no longer matches. | none |
Any None |
Action |
No | The shards to run on each matching element that is found. | none |
Shard [Shard] None |
Searches through a sorted table input for a range of matching elements. Returns all values from the table that have keys between the From and To keys.