F ffbh Member Nov 8, 2023 #1 The if-else condition I designed is like the picture below, but I think it is a bit of complex, wonder if a easier way exists. n
The if-else condition I designed is like the picture below, but I think it is a bit of complex, wonder if a easier way exists. n
Justin Administrator Staff member Nov 9, 2023 #2 You can use a combination of a Selector and Sequence tasks: ----------------Selector ----------Sequence--------Action2 Condition-----Action1 Click to expand...
You can use a combination of a Selector and Sequence tasks: ----------------Selector ----------Sequence--------Action2 Condition-----Action1 Click to expand...
F ffbh Member Nov 9, 2023 #3 Thanks, Though I will add a Decorator of "Return Success" for the Action1 or the Action2 will get executed if Action1 return Failure.
Thanks, Though I will add a Decorator of "Return Success" for the Action1 or the Action2 will get executed if Action1 return Failure.