Can below code be optimized further or written without load()? =load(

Can below code be optimized further or written without load()?

=load(
/* ri!savedValue is a Text type */
local!tempLocalVariable: if(rule!APN_isBlank(ri!savedValue), {}, split(ri!savedValue, ";")),
a!checkboxField(
label: "Sample Checkbox",
choiceLabels: {"a1","b2"},
choiceValues: {"a1","b2"},
value: local!tempLocalVariable,
saveInto: ri!savedValue
)
)

PS: ri!savedValue cannot be changed to multi value text.

Thanks,
Praveen

OriginalPostID-140016

OriginalPostID-140016

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data