Have not changed anything all of a sudden it started working like this, is anyone else facing this issue
It’s still going to Then block only. It’s just that your then block is after the else block somehow. But it’s working as expected.
I can see green tick marks in then block that means control is flowing to then block.
Check your screenshot properly again- Else block is placed first and Then block is placed after that.
Please note: in your then block, you have mentioned the log message as “False”. You need to change that!!
Regards
Sonali
If your concern is resolved, I would request to close the topic by marking post as solution.
Regards
Sonali
Hey @Bandi_Vinay_Kumar just drag and drop new if condition because there is some glitch i can see in your activity like it show else branch first and after that then branch . or you rename it you replace nae of then branch to else and else branch to then.
cheers
Just that the then and else position changed , the code is working correctly.
When I =1 going to then block
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.