Aug 27, 2024 01:10 AM
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.
Solved! Go to Solution.
Aug 27, 2024 02:21 AM
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:
To get expected result:
Regards,
Pascal
See Solution in Thread