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)
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)
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.