If condition = True value is going to Else block

Have not changed anything all of a sudden it started working like this, is anyone else facing this issue

Hi @Bandi_Vinay_Kumar,

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

1 Like

Hi @Bandi_Vinay_Kumar,

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

Result is true

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