- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2024 06:26 AM
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:
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:
How can I add an Else clause to this existing If/Then?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2024 10:03 PM - edited 03-09-2024 10:04 PM
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:
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 03:21 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 06:59 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2024 05:59 AM
Thanks Simran for your response. Unfortunately, there is no "straight line" so there's nothing to click on.