07-20-2021 09:50 PM
This is the way that I solved my problem (as per my project feasibility):
The reason why I needed that is, Input B will be updated after placing some values to Input A so that users do not have put the same value again. The next step will start either the value of Input B or another value but not beyond the Input A value. Another thing was Input A should run independently. The above logic meets all around.
Problem and solution was simple but you know sometimes simple things pinch too densely 😕
07-23-2021 09:29 AM
Well, that's not really a solution to the original problem because:
These all seem unwanted side effect and don't agree with the original specifications.
Here's my version again, just now with the two outputs correctly connected.
(As said, you also be able to do something with event structures. really depends on the rest of the code)