Try using the Execute Non Query activity. In there, you can specify your update query. For the “Extract”, add a variable as @VariableName just like you would do when writing sql scripts
Next, in the parameter option add a parameter using the same variable name along with the @ sign.