I am trying to pass the max timestamp value from a table in destination to load delta from the source table in another db. For that I am thinking of keeping a log table in destination db so after every load of db from source to destination i will update the log table with the max timestamp in destination table . So for next load the min timestamp will be the value in log table and max time stamp will be the current timestamp. I have seen examples were a constant value is replaced in alteryx, but here the value will be dynamic & have to be queried from a db every time.Can any one suggest some thing for this.