Using array value in a template

Hi there,

I have a scenario where I want to use the array value as one component of a templated field at the schema root level.

{plan.type} {benefits.value} {buzzword}

is of course coming up as

PPO {benefits.value} Family

Is there a way to do this?

I think it’s easier to use the formula datatype when accessing arrays or complex objects. Here is an example with two formulas, one that uses the first value in the array and another that uses the sum of the values in the array: