Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

How to append Alteryx Output data to a Excel Table?

I have a Excel sheet with below data

saibharath_dachepall_0-1625915055364.png

I want to append some data into this sheet using Alteryx, but when am Appending the data it is getting inserted outside the table(Refer below Example).

saibharath_dachepall_1-1625915174975.png

Is there a way to append the date inside the table?

2 REPLIES 2
Elias_Nordlinder
11 - Bolide

Hello @saibharath_dachepall 

 

This is possible in two different ways as I know (Probably a lot more ways as with all Alteryx solutions 🙂 )

 

Solution 1:
The first thing you can do is to extend your current table in Excel (Maybe to ~ 1000 rows

or however big you think the table you want to append from Alteryx is.
Then append your data from Alteryx to the table in the same way as you did before.

 

The only "Problem" is that it will show up Blank in the filter tool.

See solution 1 in my attached Alteryx-workflow and the Excel table similar as below:

Elias_Nordlinder_0-1626026745897.png

Elias_Nordlinder_1-1626026864410.png

 

 

Solution 2:
Another solution is to use the report tools inside of Alteryx.

You can input your Excel table, union it with the data in Alteryx that you want to append to the table,

then send it out to an Excel File again with the Render tool (Use the same file path as the input path

and you are then appending it to the existing Excel-File).

 

Elias_Nordlinder_2-1626026878211.png

 

Find my attached Alteryx-Workflow below:

 

See also the thread below for more information:

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/How-to-append-new-data-to-existing-for...



//Best Regards

Elias

apathetichell
19 - Altair

One quick clarification - if you have multiple sheets - you can't use the render option. Render will replace your current file with whatever comes out of the render tool.

Labels