Bulk update with MS SQL

Hey @pdamato: where does the read data sit? If it’s in a table, you’ll need to trigger the read query to run again after your update query (it’s update on the server side, but you need to update it on the client side). You can do that in your update query: scroll down to “After this query runs” and you should see an input for “On success, trigger these queries.”
Did this help?