Hello.
There are three activities A,B,C. Using an IF condition, if its true, it has to perform activity A and when false, it has to perform both activities B and C simultaneously. Is this possible to code using FlexScript?
I can't use split here since the flow already has a split in the beginning. So, if I use split here again, the splitID is replaced with a new splitID which doesn't make it feasible for joining it in the end. Hence, I wanted to check if coding it directly using "IF" is possible?