Data appending not working
Am trying to append the data using replacement variables but when the query is run the result is not the corect one. (eg) Scenario 1: Query used: Select * from t1 where time_stamp>'!{lastvalue:time_stamp}!' order by time_stamp asc time stamp value is null for the first run and hence all the records are loaded After the…