Executes a custom SELECT statement for incremental polling.
Before execution, the %%EIO_LAST_POLL%% placeholder is replaced with either the ISO date of the last successful execution or the maximum value from the last polled dataset (e.g., 2018-08-01T00:00:00.000).
Initial Execution: During the first execution (when no snapshot exists), the placeholder defaults to midnight of the current day (Today at 00:00:00.000).
yyyy-mm-dd hh:mi:ss[.sss].Executes an operation that polls multiple rows from the database since the last record.
The %%EIO_LAST_POLL%% placeholder functions similarly to the Select Trigger, tracking the last processed record to ensure only new data is retrieved.
Initial Execution:
If no snapshot exists and the Start Polling From field is empty, the trigger defaults to the Unix Epoch (1970-01-01 00:00:00.000).
Please note Component snapshots are not overwritten in Real-Time flows due to platform behavior. We strongly recommend using the Get Rows Polling trigger in Ordinary Flows only.
java.sql.Date or java.sql.Timestamp types.This action exists in JDBC component only for backward compatibility. New Select trigger is recommended to use.