So are you trying to set the value of “Row variable” from a flow variable?
In general I don’t think flow variables can be changed from one iteration of a loop to another, but have you seen this post? The suggestion of using a recursive loop may be what you need.