Late, but I will leave the answer to others because I did not find any convincing answer :global counter 0 :global ifElseWorkAround do={ #if if ($counter > 180) do={ #your code :set counter ($counter+1) :return null; } #elseif if ($counter > 90) do={ #your code :set counter ($counter+2) :return null...