function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Karleen MendozaKarleen Mendoza 

Decision Element in Flow following only one outcome path instead of multiple?

For some reason, one of my decision elements in my flow isn't working right. In the flow below, the decision is whether or not to add records automatically or to manually add the records. The first choice is Yes and the second choice is No. 

User-added image

When choosing the second choice, NO. It follows the path of the YES elements (shown in picture horizontally), instead of the NO elements (shown in picture vertically). Any ideas what's happening here? 

User-added image

Here is the decision element up close:
User-added image
User-added image
 
Gaurav HandooGaurav Handoo
Hi Karleen

You would need to assign the value to another value for Decision element to process it. Otherwise, the first value or default value (if set) is the default value that Decision element considers for processing.

Hope this helps.

Cheers!!

Gaurav
Steven Truong 14Steven Truong 14
Karleen, did you ever solve this issue? I'm stuck on what sounds like a very similar situation. 
Karleen MendozaKarleen Mendoza
Hi Steven, 

Yes I did. I made sure that I had the two choices set with Choice values:
User-added image

User-added image
User-added image

And then I set the decision to reflect the Choice Value instead of the API name:
User-added image
User-added image

Hope this helps!