Help

The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.

Re: Formula #ERROR

Solved
Jump to Solution
181 0
cancel
Showing results for 
Search instead for 
Did you mean: 
javisantacata
5 - Automation Enthusiast
5 - Automation Enthusiast

I am trying to extract the first 6 digits from a rollup so that the main column is automatically filled with the resulting ID, but when I use this formula, I get #ERROR in the fields.ERROR.jpg

1 Solution

Accepted Solutions

Hello,

Problem comes from the fact that "Rollup" field is of type Array and not String as expected from the "Left" function.

You should write your formula as such to solve this issue:

Pascal_Gallais_0-1724750305500.png

To get expected result:

Pascal_Gallais_1-1724750336352.png

Regards,

Pascal

See Solution in Thread

1 Reply 1

Hello,

Problem comes from the fact that "Rollup" field is of type Array and not String as expected from the "Left" function.

You should write your formula as such to solve this issue:

Pascal_Gallais_0-1724750305500.png

To get expected result:

Pascal_Gallais_1-1724750336352.png

Regards,

Pascal