An Azure service for ingesting, preparing, and transforming data at scale.
Hello @arkiboys ,
Thanks for the question and using MS Q&A platform.
As we understand the ask here is why you are only seeing INSERT and not UPDATE , please do let us know if its not accurate.
I did tried out the a simple transformation to test my theory . The INSERT and UPDATE needs attention .
What I did After the Exist activity I added derieved column and added an a Operation column . The idea is if you are using EXIST that means the record exists and UPDATE and NOT exists means INSERT .
After this derived column we have the ALTER roq and I used the below expression
For UPDATE :
Update if -->iif(Operation == 'Update',true(),false())
For INSERT : iif(Operation == 'Insert',true(),false())

It worked for me and I was able to get both INSERT and UPDATe work on my side .
Please do let me if you have any queries.
Thanks
Himanshu
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators