How do we distinguish between multiple "when .GotValue" blocks

I have 3 Buttons. For each Button click I change the ProjectBucket. Then I do a call.GotValue. Then I define 3 "when.GotValue" blocks. This is where I run into this duplicate issue. So how do I tie up the When.Click and When.GotValue depending on the ProjectBucket value. Please advice.

You can only have one gotValue event
Use an if/else, if/else... conditional block
In your situation, test for each projectBucket as the condition

1 Like


Very nice compact solution. Thanks TIMAI2

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.