I am using the getValueByKey() to look up information in a bundle table, but there are situations where key I look up simply is not in the table, and that is ok - I can go on from there. Unfortunately the method throws an exception and quits the script or activity it is in with unpredictable behavior to follow.
exception: FlexScript exception: no row found for key 5 in col 1 at <no path> c: <no path> i: <no path>
Is there a way to catch this exception or have the method simply return NULL if no matching result is found?