Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Copy historical data and append today's date

mtuwanax
7 - Meteor

Hi all,

 

I'm running a workflow that get's historical data, copies it and appends today's date to Run Date column as shown below, but am unable to make this workflow work. My data has the following format, any one know I can make this work? 

 

ItemValueRun Date
A1010/05/2021
A1011/05/2021
A1012/05/2021
15 REPLIES 15
atcodedog05
22 - Nova
22 - Nova

Hi @mtuwanax 

 

I have modified my workflow as per your requirement

atcodedog05_0-1621013120218.png

Hope this helps 🙂

 

danilang
19 - Altair
19 - Altair

hi @mtuwanax 

 

If you're always appending to the same excel output file, there's no need to read in the historical data from the excel file.  Just  read the new data, add the current date and set your output options to "Append to Existing Sheet"

 

danilang_0-1621088913735.png

 

New rows will be added to the sheet after the data that's already there. 

 

Dan 

 

mtuwanax
7 - Meteor

Hi @atcodedog05 

 

Unfortunately, this doesn't solve the issue. 

Thank you for the effort.

mtuwanax
7 - Meteor

Hi @danilang 

 

Thank you for your answer, but am afraid it doesn't address my issue.

TheOC
15 - Aurora
15 - Aurora

hey @mtuwanax 

what does @atcodedog05 's solution not solve? Happy to alter his workflow if i know exactly what is missing/needed?

Cheers,
TheOC


Bulien
mtuwanax
7 - Meteor

Hi @TheOC 

 

Thank you for the response.

 

@dougperez solution creates 5 rows of item A, instead of just one row with today's date. I've updated his workflow and amended his input data. 

Labels
Top Solution Authors