2006

Description: Command name can only be used in a loop

Cause: The 'Break' command has been used in a context, which is not in a Loop. The 'Break' command might only be used inside a loop, such as Determine, LookUp, ForEach, or Loop.

Resolution: Remove the break command. If necessary use a JumpTo<label> to achieve the desired result.