Welcome to the Airtable Community! If you're new here, check out our Getting Started area to get the most out of your community experience.
Feb 06, 2020 09:04 PM
Hey guys, – What am I doing wrong on this?
My goal is to:
IF (OrderStatus contains “ :blue_square: Completed”, “ :brown_square: Closed”, or both-- it should be 1(true)
Feb 07, 2020 12:15 AM
Hi @BobBannanas - I think this is because of the settings on your order status rollup field.
If this is set to “ARRAYUNIQUE(values)”, then it returns an array and the FIND formula won’t work consistently with this (in fact, I’m not sure why it works in any of the cases).
Two solutions:
OR
OrderStatus & ''
and have the FIND formula work off this.
JB