I am building a process where a review stage must be completed until the situation is resolved. I built the manager's review in a collection with fields for comments and a checkbox for "Next Steps". The process moves on to multiple steps based on which checks are placed in the "Next Steps" field.
My issue is, I would like previous rows to be read-only and the new row be the only one that the process design accesses for the gateway. I don't want it to see the previous collection rows' "Next Steps" choices. Is that possible?