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.

Update and Insert if new

praneshsapmm
8 - Asteroid

Hi ,

 

I have this requirement with database updation using Update and Insert if new command . 

 

Whenever the incoming record already exsists in the database iam using uppdate and Insert if new Output Option . But the requirement is to update only specific fields / not to update specific fields. how this can be done . 

 

Thanks

1 REPLY 1
geraldo
13 - Pulsar

@praneshsapmm 

 


for this procedure your table must have a primary key.

you will have to configure all the existing columns in the table and the ones that will be updated,

Labels
Top Solution Authors