Hello,
I was wondering if anyone can help with this please.
I want to create an Alteryx workflow that will load customer subscriptions data into a database table weekly. The new subscription data will be stored in a spreadsheet and will be updated weekly with the full list of existing subscriptions and new subscriptions including any updates made to existing subscriptions. The workflow will first connect to that spreadsheet and then load the data into the DB table.
I also want the DB table to include a ‘Changes’ column that will record whether or not a subscription has been deleted e.g. If there is a subscription from customer 2 in the DB table but customer 2 is no longer there in the new subscription data from the spreadsheet, I want the DB table to preserve that record and label ‘1’ for that record in the Changes column to show that the subscription was deleted so that a historic record is kept in the DB. Also, when a new year begins, the subscriptions spreadsheet will only contain records for that particular year but I want the DB table to keep a record of all the previous years whenever data from a new year is loaded in. I have attached a workflow of example data.
Is this all possible to do in Alteryx? If so please can someone explain how.
Thanks.