Why the inner function always return null when using Class google.script.run (Client-side API) to run nested function
this was a simple script I made. when the submit button is pressed the submitPointsClaimed function is called. The problem occurs when the submitPointsClaimed function runs, the inner function always returns null.