Hi @arkiboys ,
Thank you for posting query in Microsoft Q&A Platform.
You are using true() as condition for both "Upsert If" and "Delete If" in Alter row transformation. That means, all rows from data will match both Upsert If & Delete If conditions. But Order takes priority here. Since rows are already marked as Upsert If(as Upsert If defined first), rows will not be marked as delete if.
Use the Alter Row transformation to set insert, delete, update, and upsert policies on rows. You can add one-to-many conditions as expressions. These conditions should be specified in order of priority, as each row will be marked with the policy corresponding to the first-matching expression. Click here to know more about Alter row transformation.
Please check below screenshots with sample example to explain same.
Hope this will help. Please let us know if any further queries.
------------------------------
- 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