This seems like it should be easy, but I can’t figure it out.
I’ve already created a process that uses an IF-ELSE activity. Now, I need to add an additional ELSE-IF before the final ELSE. In code, this would be trivial. Is there an easy way to do this in Studio?
UPDATE: This seems to works now in new Studio. See bottom 2 replies.
Sadly the only way to do it is to copy the Else Sequence, paste it outside the Else If, delete the Else block, add your new Else If, then copy the Else Sequence back to the Else.
Ohh wait…There is easy way added in recent release. You can add Else If without worrying about Else part. Tried this on UiPath.System.Activities version 24.10.3. Update and try.