I am trying to use the below formula in a workflow:
X=ifThenElse(Y==['A'], 1, 0); where A is one of the options from a multi-enum field 'B'
X= Foreign field that is linked to B (A multi-enum field)
I am not sure what is wrong with this formula. I tried modifying it by using Y==[''A'']/'['A']'/A but nothing works.
X=ifThenElse(Y==['A'], 1, 0); where A is one of the options from a multi-enum field 'B'
X= Foreign field that is linked to B (A multi-enum field)
I am not sure what is wrong with this formula. I tried modifying it by using Y==[''A'']/'['A']'/A but nothing works.
Comment