Alteryx Designer Desktop Discussions

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

Writing To An Alteryx Database

carl_deli
5 - Atom

Hello Everyone,

 

Is there a way to write to an Alteryx database with the constraint that is APPENDING, not replacing? As is now, my workflow just replaces the old data once a new iteration is fed through. Is there a setting for the database to be appending as opposed to this?

 

Thanks

4 REPLIES 4
PanPP
Alteryx Alumni (Retired)

Hi @carl_deli 

 

You can see the various outputs in the Input tool configuration window.

 

There is an option to Append existing.

 

Databaseappend.png

 

Hope this helps. 

carl_deli
5 - Atom

Hi. 

 

I was referring to the actual Alteryx database. See the screenshot below. 

carl_deli_0-1670862319041.png

 

DavidSkaife
13 - Pulsar

Hi @carl_deli 

 

You're unable to append to a .yxdb, but what you can do is the below as a workaround:

 

DavidSkaife_0-1670864558240.png

 

The aim of the Block Until Done Tool is to stop anything writing to the .yxdb before all data has been passed through

PanPP
Alteryx Alumni (Retired)

You can't append to a yxdb file.

 

What you can do is output and append your data to an excel file.

Then bring that excel file back into Designer and output the data to your .yxdb.

 

Hope this helps. 

Labels