Hi,
I have workflow created were data are being inserted to a SQL table and the output option im using is Append Existing using a date filter of pulling data from previous day only. So when a record was updated prior to previous day the record will not update in my table.
For example: 11/30/2022 is loaded then 11/29/2022 record was updated from the front end application. The data in my sql table will not be updated because 11/29/2022 has been inserted in its original state. make sense?
What output option should i use to refresh historical data in my sql table if any records was update in the front end application?
