I have various computed fields, ranging from basic relations to lookups. I am trying to insert these fields into my Calendar view as description, but they do not appear available. Any reason only one computed field is appearing as available? Note I am on the Free Individual plan.
Relations alone won’t work. Relations are links to rows, and not specific columns in the related rows.
The Lookup should work, but I’m guessing the relation your lookup is referring to is a multiple relation. It needs to be a single relation. A lookup on a multiple relation returns an array of potentially multiple values. You can’t place an array of multiple values into something that only accepts a single value.
Changing the relation from a multiple relation to a single relation should convert the lookup column from an array to a single value. Then you should be able to apply the lookup to your calendar description.