Uncaught TypeError: Cannot read property 'outputValues' of undefined

Ok, I’ll have to dig a bit more, but I think this may be a bug with how skuid handles methods that do not return anything.

I bet if you changed it to public static String obtainNotificationPreferences() and then returned an empty string or something, you wouldn’t get the error.