i want to pick the data greater than last run time from this workflow

i have one table as emp
emp _no created_time
1 2019-12-20 19:32:19
2. 2019-12-20 19:32:19

My requirement is i want to pick only the data with which is greater than last run data and time.
My workflow run load all data from emp table first time. Now onwards I want to only pick those rows which is comes in emp table after last runtime data and time and load the data in target table.

Please guide on it

Hi @ranjeetsingh0702

Are you executing this on the KNIME Server?

Than you can use the REST API to get all the jobs executed for this workflow and find the most recent one.

1 Like

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