suiteExperimenter
02/02/2023, 3:11 PM{
values: {
"GROUP(internalid)": [
{
value: "806849",
text: "806849"
}
]
}
}
erictgrubaugh
02/02/2023, 3:22 PMsummary
option:
result.getValue({
name: 'internalid',
summary: search.Summary.GROUP
})
tuli
02/02/2023, 4:36 PMMike Robbins
02/02/2023, 5:24 PMvar context = {
values: {
"GROUP(internalid)": [
{
value: "806849",
text: "806849"
}
]
}
};
const value = context.values['GROUP(internalid)'][0].value; // 806849