Invalid updates send from Service NowMulti Row Question Answers table values are being updated when other values on the Question Answers table are actually being updatedIssue Customer wanted to know why even after updating variables in case at same time in multi row question answer table we can see records being shown up which were never updated.ReleaseAnyCauseThis is the expected behaviour. In the back-end, we do recreate the MRVS rows when RITM variables are updated. This is not documented because sc_multi_row_question_answer is an internal table. We do not expect customers to be looking at it. Even if record is recreated, the values are not changed, so it should not affect much.ResolutionThis is the expected behaviour.