Resolved! JavaScript Connector handling null values
Has anyone had luck handling null values in a JavaScript Connector? I have tried all these below but the error remains "Cannot read properties of null (reading 'regulation')"regulation = arrayValue.regulationregulation = arrayValue.regulation || 0reg...