SOLUTIONS
Internal exception: Already connected to an application - ✅✅✅CORRECT -The business object is
already attached and cannot be launched or attached again
Internal exception: not connected - ✅✅✅CORRECT -The business object is unattached and must be
attached before it can perform any other actions
Internal exception: unable to match any windows with the query terms - ✅✅✅CORRECT -The
element of the application model can't be spies anymore
Internal exception: syntax error - ✅✅✅CORRECT -An expression containing an error has been found
Internal exception: missing data - ✅✅✅CORRECT -A data item is being referred to in an input field or
expression incorrectly
Internal exception: stage xxx does not exist - ✅✅✅CORRECT -A data item is being referred to in an
output or 'store in' field cannot be found
Internal exception: the business object xxx does not support the action yyy - ✅✅✅CORRECT -A
business object page has been renamed (or unpublished or deleted) but the action stage is still using the
old name
Internal exception: failed to find a stage linked from stage xxx - ✅✅✅CORRECT -There is a link
missing and a dead end was reached
Internal exception: decision did not result in a yes/no answer - ✅✅✅CORRECT -The result of an
expression in a decision was not a flag data type (ie. true or false)
Internal exception: cannot perform + operation when the left hand value is empty - ✅✅✅CORRECT -
A number data item has no current value
, Exception handling - ✅✅✅CORRECT -Remember that if left unchecked, an exception will bubble
upwards towards the main page of the parent process, ultimately bringing the process to a stop
Step over - ✅✅✅CORRECT -F10
Step in - ✅✅✅CORRECT -F11
Concatenate - ✅✅✅CORRECT -Gets a text expression by concatenating two others
stepping out - ✅✅✅CORRECT -Shift + F11 - continues running until the flow moves out of the
current page/sub process back to the stage which called the current page/sub process.
endsWith() - ✅✅✅CORRECT -Checks whether one piece of text ends with another
Mid() - ✅✅✅CORRECT -Used to reduce a longer string into a shorter string contained in that string
(String, start point, Max characters)
Count index includes spaces
Left() - ✅✅✅CORRECT -Used to return the first few letters of a longer string of letters
Len() - ✅✅✅CORRECT -Returns the number of characters in a text string
Right() - ✅✅✅CORRECT -Behaves exactly as left() but returns the ending string
StartsWith() - ✅✅✅CORRECT -Checks if one piece of text starts with another
Trim() - ✅✅✅CORRECT -Gets text that is the input with any white space trimmed from the start and
end