Resolved! Error calculating input for field 'fieldName': no implicit conversion of nil into String
I'm troubleshooting a job failure with the error: Error calculating input for field 'fieldName': no implicit conversion of nil into String.I understand that the likely cause of this error is due to a + operation trying to act on a nil value from the ...