Skip to main content

My on premises instance uses a Run If to determine if a filed Is Empty. The field type is a Lookup. On O365 when I try to configure a similar scenario, I only get Equal/Not Equal as an option to validate. If there is no way to do an Is Empty validation, what can I use to determine if the field is empty. I tried using an empty string i.e. "" but that failed.

Can anyone provide some guidance?

Thanks

As a little work around, you can set a variable to the value of the lookup field value. Then use the variable in the Run If action, which will allow you to compare to "is empty"


Reply