Global Action not working

var appModel = skuid.model.getModel(‘applicationYod’);

That line is returning null. Make sure you have a model named ‘applicationYod’

Also, in general, .getFirstRow() is better than .data[0]