Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Output data tool - missing incoming connections

nareshbasnet
5 - Atom

trying to delete records from a SQL table using Output data tool but getting an error - "Missing incoming connections". Is there another tool that can be used to merely delete records from a table using sql query?

 

 

2 REPLIES 2
ChrisTX
16 - Nebula
16 - Nebula

Maybe a Text Input tool feeding into a Dynamic Input?    I've never tried to run an SQL DELETE command.

 

Or an Input Data tool?

 

Chris

LindonB
11 - Bolide

If I understand correctly, you are trying to delete all records, correct?

The "Delete Data & Append" is designed to swap out the records for what is incoming into the tool. I believe, if there is an error during the append, the table will be left empty. But no one wants to have errors. :) You could instead have an empty table incoming into this tool. Alternatively, you could run a SQL statement with a DELETE statement.


Labels
Top Solution Authors