Hi,
If I understand correctly, this should be the correct sequence in a process when using DISPLAY QUESTION:
rule1: DISPLAY QUESTION 'question'
rule2: IF Question.Reply='Yes' THEN DoSomething
etc
I have set up a simple example in which rule2 is supposed to change the value of an attribute.
There seems to be a problem with the execution of rule2 - according to the log it is executed correctly, but in fact it does not change the value of the attribute in normal operation.

Moreover, this does work when running through the process step by step using the debugger. The value of the attribute is then correctly changed.
bsv example attached:
Is this a bug or a feature?