Worklow based on reference field

What would be the expression to control a workflow based on a reference field’s value? I currently have:

data.category.iv===‘Bios’

Category is a reference field that has values of “Bios”, “Facts”, “Misc”.

It is not possible and I am not planning to implement it, because it is too expensive to make this call to resolve a reference each time.

1 Like

Understood. What if I set the field type to Tags? Could I do something like this instead?
data.Category.iv.indexOf(‘Bios’)>=0

Nevermind. I got it working by changing it to a tags field and limiting their selection. Worked great!

1 Like