Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2020 11:12 AM
Can you try
function onChange(control, oldValue, newValue, isLoading) {
console.log('current.variables.mrvs_set_1: ' + g_form.getValue('mrvs_set_1'));
console.log('current.variables.mrvs_set_1_json: ' + JSON.parse(JSON.stringify(g_form.getValue('mrvs_set_1'))));
}
Please mark this response as correct or helpful if it assisted you with your question.