Hi,
Is there a way where I can, based on the users response, update the correct row.
For example:
Q1. Which of the following rows do you want to update? X, Y or Z?
R1. Y.
Q2. type the correct value
R2. 12345
Update row: Y with 12345.
Or do I have to make three different update rows with filters based on the outcome of Q1/R1 and Q2/R2?