Hello,
I have a situation where I will run a daily process and expect there to be records on some days, but not on others. If there are records, I would like to overwrite the existing the data source. If there are no records, I do not want to overwrite the existing data source. I tried filters and conditional statements but under any circumstance my existing data source will be overwritten with blank rather than not overwritten at all.
Any ideas?