JSON.parse() will throw an error if the thing you're passing into it isn't a valid JSON string, which suggests that either you're not getting the data from your MRVS correctly (ie: make sure you're using the correct internal name when calling `.getValue()`) or your MRVS is empty and has no rows (and you're not handling this scenario). It'd be best if you shared some code and the error.