Sep 20, 2020 06:40 PM
As you see in my lookup field, certain names (Mickey, Annie, Codi) are listed twice, since they’re responsible for multiple steps within one objective.
How can I either create another field or change that lookup field so it’s displaying unique step owners (associated with steps).
Thank you!
Sep 20, 2020 07:30 PM
I think if you change that field to be a Rollup field instead, you can use the following aggregation formula to get only unique values:
ARRAYUNIQUE(values)
Sep 20, 2020 08:22 PM
That worked! Thank you!