(--------)
Hi,
it is possible to do this way (before the elseif statement):
if (condition one?) then (yes1) :activity1; (no1) elseif (condition two?) then (yes2) :activity2; else (no) :activity3; endif
Is it what you are looking for ?