Hi All,
i am having one requirement, where i am pulling data from DB with some logics and storing it on SQL Server table.
i need to implement logic in Alteryx to store only last 7 days data in table, so that Alteryx workflow should check the max date from table column ("DateAdded") and if it is more then seven days, the delete the older data and save the latest data. any ways SQL Server target table should have 7 days data only.
Regrds,
AlteryxTech