| Symptom: 
 
        Resolution:Error: "[Element] item is not defined." 
 
        Example:Connect element's arrow to the next element. 
 
        Error: Email 'Send Email' Error item is not defined. | 
    | Symptom:
 
 
        Resolution:Error: "No target defined." 
 
        Select a target variable or dataset to receive the assignment. | 
    | Symptom:
 
 
        Resolution:Error: "Next item is not defined." 
 
        Add the next item/element, then connect the arrow to it. | 
    | Symptom:
 
 
        Cause:Error: "Item 'Trim(V_VariableName)' does not exist." 
 
        Resolution:'Trim(V_VariableName)' has been assigned to an output parameter. 
 
        Remove "Trim" around output variable. Pass just 'V_VariableName' as the output variable. | 
    | Symptom:
 
 
        Resolution:Error: "Next item not defined" (or similar).*AND* Cannot find any reason for it. 
 
        Change the "Return Code" value of one of the "Exit Sub" elements.Publish (should be successful, even if the entered code value does not exist).Change the "Return Code" value back to the desired value.Publish again.TO TRY: Just change the "Return Code" value to the one you want. | 
    | Symptom:
 
 
        Cause:Error: Item '[item ID]' is across subroutine boundaries. 
 
        Resolution:Connector name is not unique in entire app across all subroutines.This became a requirement starting in release 8.x. 
 
        Change connector names to be unique in the entire app acress all subroutines. | 
    | Symptom:
 
 
        Cause:Error: Problem with validation parameter. 
 
        Resolution:Variable passed in the parameter is not defined/declared. 
 
        Define/declare the variable. |