The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Flow Designer: Insert an Else Clause into an Existing If/Then

jmiskey
Kilo Sage

I have a flow with an existing If/Then, and am not trying to add an Else clause to it, but do not see how to do that.  No matter where I go to try to add that Flow Logic, the "Else" option appears to be disabled/unavailable.

 

Here is a snippet of my flow:

jmiskey_0-1709907851474.png

 

I want to add the "Else" after step 13 and before step 14.

 

If I click on the "+" under step 13, this is what I see:

 

jmiskey_1-1709907953082.png

 

How can I add an Else clause to this existing If/Then?

 

 

1 ACCEPTED SOLUTION

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @jmiskey ,

 

The reason why you are unable to use Else or Else if is because you have not tried to get them under the IF block.

The yellow line under your 13th action will lead you use Else or Else if statements...

 

so it will look like this:

 

>----IF (x is number)

     >-----then > do logic

>----Else if ( yours else condition...)

or

>----Else (your else condition..)

 

Add else of else if here:

SohailKhilji_0-1710050681329.png

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

View solution in original post

7 REPLIES 7

I've been at this for hours and have yet to see a yellow line.  I've selected every single line in my Flow.  No yellow line.  No matter which plus sign I use, the "Else If" is always disabled.  If I were writing code, I could type "Else If" in less than five seconds.  But in Flow Designer, I've been trying for hours and still counting.  Boy, low code is such a time saver.

Hello @Michael Gedzelm 

 

Are you using plus sign inside then block then it will be disabled only.

You don't need yellow line to add else if, you can just click on straight line 

Present after the numbers.

 

If this helps you mark it as helpful.

 

Thanks 

Thanks Simran for your response.  Unfortunately, there is no "straight line" so there's nothing to click on.  

MichaelGedzelm_0-1714136371109.png