Looking at this example to do bulk inserts, I assumed using the same logic would work for updates. I tried to the following to see if it would work, and it does not:
<
It turns out I had my parameter names flipped. Took me forever to find it.