Oct 26, 2020 01:13 PM
Hi there,
I am using a look up field in a formula (on another field).
The formula is just CONCATENATING the look up field, but I receive an #ERROR! when I try this. Is there a way around this.
Cheers!
Sam
Solved! Go to Solution.
Oct 29, 2020 05:11 AM
Hey Jonathan,
You’re correct, I have added an ARRAYJOIN to each lookup field referenced in the formula and it all worked out.
Thanks!
Oct 29, 2020 12:34 AM
Hi @Sam_Horlock - a lookup field actually returns an array of values or objects, so I think this could be the issue here. However, when I tried this with simple, single lookup values - numbers of strings - Airtable deals with it. Can you give some examples of the data you’re looking up and the formula you are using?
Oct 29, 2020 05:11 AM
Hey Jonathan,
You’re correct, I have added an ARRAYJOIN to each lookup field referenced in the formula and it all worked out.
Thanks!