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
Aaron Persich 9Aaron Persich 9 

How to loop Flow Decision Elements

Hello,
 
I am working on a flow which contains a screen and two dynamic choices.  Ideally when one of both dynamic choices are selected then I would like to create the records.  My flow works if both choices are selected and if the first one is selected.  When I only select the second choice then the record is not created. 
 
I have two decision elements. 
 
If the first choice is selected – create record
If the second choice is selected – create the second record
 
My flow breaks if the second choice is only selected because of the first decision element breaks the link.  I am not sure how to get around this.  Do I need to use the Loop element?
 
User-added image

Thanks,
 
Aaron
Best Answer chosen by Aaron Persich 9
pkpnairpkpnair
Aaron,
You second decision has to be on the else part of the first decision box. Also retain the current connection from Record Create of the first Choice.
-Prakash

All Answers

pkpnairpkpnair
Aaron,
You second decision has to be on the else part of the first decision box. Also retain the current connection from Record Create of the first Choice.
-Prakash
This was selected as the best answer
pkpnairpkpnair
Have you sorted this out?
Aaron Persich 9Aaron Persich 9
I did.  Sorry for the delayed response.  Thanks for your help.  It was an easy fix that I missed