Hello - I had a flow that exceeded the 500 actions per workflow limit and have created 2 separate flows in place of the original large one. Now I am trying to figure out how to select which flow will run based on user input. The intent of the original flow was to have a user select, from a list of 24 departments, any number to send an approval request to. For example, if the user selected 5 departments, 5 separate approval requests were sent. I now have 2 separate flows, but I still want a user to select from the same list of 24. Based on the resulting selection, either flow #1 or flow #2 (or both) would run. Any suggestions as to how to do this with a conditional statement? Thanks!