We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
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