Querying API On Input With Variables

I am trying to hit a HTTP API with time constraints included. The API allows you to pull results since a specified time in the format of yyyy-MM-dd'T'HH:mm:ss:SSS z. Is there an input that would allow me to specify this dynamically based on the last time a call was made? The JDBC input, for example, has this capability in it for SQL calls with the :sql_last_value variable.

In short you cannot do that with an input. There is a much longer response about doing it with a filter here.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.