Hello,
We are looking to implement incremental data fetching from REST API endpoints, specifically by dynamically filtering with an updatedAt
parameter. The goal is to use the maximum updatedAt
value previously fetched from each API call, which is stored in our ODX tables.
While I'm aware of the capability to use dynamic parameters based on endpoints and queries within TimeXtender, I'm struggling to find a method to reference the maximum updatedAt
value already loaded in the ODX tables for this purpose.
Has anyone implemented a similar dynamic data fetching mechanism in TimeXtender? If so, could you share how you managed to reference data from the ODX tables to set the parameters for the next API call?
Thanks!