Hello All,
I need to create an alteryx workflow which will pull the data from the database. Now I've a query to pull the records, but in the workflow a copy of the data will be loaded for the current month, and all future months.
For example - I've 20 records in the database. If the workflow is running in June, data should be populated for June – November (6 months forward). There would be 20 records for each month. Only difference would be the month.
And If I'm running the workflow in July, It should delete the data for June month and populate the data from July to December ( 6 months)
Please advise