I have created a pipeline which queries out a database for new records, I do this using the Last Modified TimeStamp field. In my query I want to retrieve only records modified since the last time the pipeline was run.
How can I do this? I'm new to SnapLogic but I know I need to essentually store the runtime as some sort of savable variable which can be used within expressions in the pipeline itself. I also need to have a fallback incase the variable doesn't exist (i.e. when its the first time its been run).