Hey guys,
I’m working on a custom script, and I need to use the value of a rollup field. I’ve tried:
record.getCellValueAsString("Publishing Breakdown");
inputConfig.items
items is added as a variable which pulls the value from Publishing Breakdown.
I either get null or empty array.

